]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- move info message about how to statrt utmpd to %post.
authorkloczek <kloczek@pld-linux.org>
Thu, 10 Jun 1999 17:31:34 +0000 (17:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glibc.spec -> 1.50

glibc.spec

index 055a6393bc185ae3ae337e31350fd4a7c9260535..49b38b8d323634440b0fb896b780930311b17208 100644 (file)
@@ -259,17 +259,16 @@ fi
 
 %post -n utmpd
 /sbin/chkconfig --add utmpd
-
 if [ -f /var/lock/subsys/utmpd ]; then
        /etc/rc.d/init.d/utmpd restart
+else
+       echo "Run \"/etc/rc.d/init.d/utmpd start\" to start utmpd daemon."
 fi
 
 %preun -n utmpd
 if [ "$1" = "0" ]; then
        /sbin/chkconfig --del utmpd
        /etc/rc.d/init.d/utmpd stop
-#else
-#      echo "Run \"/etc/rc.d/init.d/utmpd start\" to start utmpd daemon."
 fi
 
 %clean
This page took 0.28875 seconds and 4 git commands to generate.