]> git.pld-linux.org Git - packages/syslog-ng.git/commitdiff
- typo
authorTomasz Pala <gotar@pld-linux.org>
Fri, 26 Dec 2008 01:49:08 +0000 (01:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    syslog-ng.init -> 1.20

syslog-ng.init

index 2e197524dc00719a702c0f72a298cb59bff77e6b..b2ce2a8166b840cb8aafc728e54bc371317efce5 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# syslog       Starts syslog-ng (syslogd replacment).
+# syslog       Starts syslog-ng (syslogd replacement).
 #
 # chkconfig:   2345 30 70
 # description: Syslog is the facility by which many daemons use to log \
@@ -67,12 +67,12 @@ case "$1" in
        stop
        ;;
   restart)
-       configtest 
+       configtest
        stop
        start
        ;;
   try-restart)
-       configtest 
+       configtest
        condrestart 0
        ;;
   reload|force-reload)
This page took 0.136177 seconds and 4 git commands to generate.