]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- upstart_controlled as early as possible (which is just after functions library...
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 5 Feb 2011 09:51:59 +0000 (09:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    opensshd.init -> 1.44

opensshd.init

index df9599d3be3303082909993258202775e816c65b..07e8d893b9cedccc684d485f44e7ea272f43be4c 100644 (file)
@@ -11,6 +11,8 @@
 # Source function library
 . /etc/rc.d/init.d/functions
 
+upstart_controlled --except init configtest
+
 # Get network config
 . /etc/sysconfig/network
 
@@ -122,8 +124,6 @@ reload() {
        RETVAL=$?
 }
 
-upstart_controlled --except init configtest
-
 RETVAL=0
 # See how we were called.
 case "$1" in
This page took 0.060614 seconds and 4 git commands to generate.