]> git.pld-linux.org Git - packages/BackupPC.git/commitdiff
- correct
authorMichał 'Wolvverine' Panasiewicz <wolvverine@pld-linux.org>
Fri, 29 Apr 2005 01:46:19 +0000 (01:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    BackupPC.spec -> 1.40

BackupPC.spec

index bedd7e9b97227875b35e488a1b74cd6b78eb24a5..ea8c83425a3e9de61ff8e3a531361a06eaae52ed 100644 (file)
@@ -209,7 +209,7 @@ ln -sf %{_sysconfdir}/%{name}/BackupPC_stnd.css BackupPC_stnd.css
 %preun
 if [ "$1" = "0" ]; then
        if [ -f /var/lock/subsys/backuppc ]; then
-               /etc/rc.d/init.d/backuppc stop 1>&2
+               /etc/rc.d/init.d/backuppc stop
        fi
        /sbin/chkconfig --del backuppc
 fi
@@ -222,10 +222,11 @@ if ![ -f /etc/backuppc/password ]; then
        echo "Your web pasword is: $PASS ."
        echo "Change this: htpasswd -b /etc/backuppc/password user password"
 fi
+
 if [ -f /var/lock/subsys/backuppc ]; then
-       /etc/rc.d/init.d/backuppc restart 1>&2
+       /etc/rc.d/init.d/backuppc restart
 else
-       echo "Run \"/etc/rc.d/init.d/backuppc start\" to start Big Sister." 1>&2
+       echo "Run \"/etc/rc.d/init.d/backuppc start\" to start BackupPC." 
 fi
 
 %postun
This page took 0.046948 seconds and 4 git commands to generate.