Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
:
tools
>
func
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 6
[-]
[+]
Changed
func.spec
@@ -104,10 +104,10 @@ %post # for suse if [ -x /usr/lib/lsb/install_initd ]; then - /usr/lib/lsb/install_initd /etc/init.d/funcd + /usr/lib/lsb/install_initd /etc/init.d/funcd || : # for red hat distros elif [ -x /sbin/chkconfig ]; then - /sbin/chkconfig --add funcd + /sbin/chkconfig --add funcd || : # or, the old fashioned way else for i in 2 3 4 5; do @@ -127,9 +127,9 @@ if [ "$1" = 0 ] ; then /etc/init.d/funcd stop > /dev/null 2>&1 if [ -x /usr/lib/lsb/remove_initd ]; then - /usr/lib/lsb/remove_initd /etc/init.d/funcd + /usr/lib/lsb/remove_initd /etc/init.d/funcd || : elif [ -x /sbin/chkconfig ]; then - /sbin/chkconfig --del funcd + /sbin/chkconfig --del funcd || : else rm -f /etc/rc.d/rc?.d/???funcd fi