SVN: rc-scripts/trunk/rc.d/init.d/functions

glen glen at pld-linux.org
Thu Nov 1 00:31:03 CET 2007


Author: glen
Date: Thu Nov  1 00:31:02 2007
New Revision: 8920

Modified:
   rc-scripts/trunk/rc.d/init.d/functions
Log:
- typo?

Modified: rc-scripts/trunk/rc.d/init.d/functions
==============================================================================
--- rc-scripts/trunk/rc.d/init.d/functions	(original)
+++ rc-scripts/trunk/rc.d/init.d/functions	Thu Nov  1 00:31:02 2007
@@ -476,7 +476,7 @@
 	# "-c 0" to make sure it doesn't core dump anywhere; while this could mask
 	# problems with the daemon, it also closes some security problems.
 	# Users' limits are set via pam_limits.
-	[ -z "$DEFAULT_SERVICE_LIMITS" ] && DEFAULT_SERVICE_LIMITS_HARD="-u unlimited -c 0"
+	[ -z "$DEFAULT_SERVICE_LIMITS" ] && DEFAULT_SERVICE_LIMITS="-u unlimited -c 0"
 	# Test syntax. Don't use -o instead || here - this will break ksh --misiek
 	while [ "$1" != "${1##-}" ] || [ "$1" != "${1##+}" ]; do
 		case $1 in


More information about the pld-cvs-commit mailing list