]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- typo?
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 31 Oct 2007 23:31:02 +0000 (23:31 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Wed, 31 Oct 2007 23:31:02 +0000 (23:31 +0000)
svn-id: @8920

rc.d/init.d/functions

index 13345e06a436d45047c4880d2c05cab2634561a8..839c58cbfc5d36022c83e381b5a3203ec143400d 100644 (file)
@@ -476,7 +476,7 @@ daemon()
        # "-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
This page took 0.050506 seconds and 4 git commands to generate.