initng/trunk/system/cleanfs.i
glen
cvs at pld-linux.org
Tue Feb 14 17:36:32 CET 2006
Author: glen
Date: Tue Feb 14 17:36:25 2006
New Revision: 6975
Modified:
initng/trunk/system/cleanfs.i
Log:
- this is critical service. always exit with success
Modified: initng/trunk/system/cleanfs.i
==============================================================================
--- initng/trunk/system/cleanfs.i (original)
+++ initng/trunk/system/cleanfs.i Tue Feb 14 17:36:25 2006
@@ -57,6 +57,8 @@
mkdir -m 1777 -p /tmp/.ICE-unix > /dev/null 2>&1
chown root:root /tmp/.ICE-unix
[ -n "$SELINUX" ] && restorecon /tmp/.ICE-unix >/dev/null 2>&1
+
+ exit 0
}
}
More information about the pld-cvs-commit
mailing list