Changeset 4516
- Timestamp:
- May 2, 2017, 5:52:58 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
n4d-pamnss/trunk/fuentes/n4d-pamnss.install/usr/share/n4d/python-plugins/PamnssPlugin.py
r4287 r4516 330 330 331 331 os.system("chmod 640 %s;chown root:nslcd %s"%(filename,filename)) 332 os.system("diff %s %s 1>/dev/null || { cp %s %s; s ervice nslcd restart; } "%(filename,PamnssPlugin.NSLCD_DESTINATION,filename,PamnssPlugin.NSLCD_DESTINATION))332 os.system("diff %s %s 1>/dev/null || { cp %s %s; systemctl restart nslcd; systemctl restart nslcd; } "%(filename,PamnssPlugin.NSLCD_DESTINATION,filename,PamnssPlugin.NSLCD_DESTINATION)) 333 333 os.remove(filename) 334 334
Note: See TracChangeset
for help on using the changeset viewer.