rpms/rusers/devel rusers.spec,1.27,1.28 rusersd.init,1.3,1.4

Jiří Moskovčák (jmoskovc) fedora-extras-commits at redhat.com
Tue Sep 18 09:41:42 UTC 2007


Author: jmoskovc

Update of /cvs/extras/rpms/rusers/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31336

Modified Files:
	rusers.spec rusersd.init 
Log Message:
Fixed init script to work propery with rpcbind



Index: rusers.spec
===================================================================
RCS file: /cvs/extras/rpms/rusers/devel/rusers.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- rusers.spec	17 Sep 2007 12:39:38 -0000	1.27
+++ rusers.spec	18 Sep 2007 09:41:09 -0000	1.28
@@ -5,7 +5,7 @@
 Summary: Displays the users logged into machines on the local network.
 Name: rusers
 Version: 0.17
-Release: 51%{?dist}
+Release: 52%{?dist}
 License: BSD
 Group: System Environment/Daemons
 Source: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-rusers-%{version}.tar.gz
@@ -146,6 +146,9 @@
 %config /etc/rc.d/init.d/rstatd
 
 %changelog
+* Tue Sep 18 2007 Jiri Moskovcak <jmoskovc at redhat.com> 0.17-52
+- Fixed init script to work properly with rpcbind
+
 * Sat Sep 15 2007 Steve Dickson <steved at redaht.com> 0.17-51
 - Removed portmap dependency and re-worked when the user
   privilege are drop; allowing port registration with


Index: rusersd.init
===================================================================
RCS file: /cvs/extras/rpms/rusers/devel/rusersd.init,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rusersd.init	24 Jul 2007 11:39:34 -0000	1.3
+++ rusersd.init	18 Sep 2007 09:41:09 -0000	1.4
@@ -34,9 +34,9 @@
     then
 	  exit 0
     fi
-	status portmap > /dev/null
+	status rpcbind > /dev/null
 	RETVAL=$?
-	[ $RETVAL -ne 0 ] && /etc/rc.d/init.d/portmap start
+	[ $RETVAL -ne 0 ] && /etc/rc.d/init.d/rpcbind start
 	echo -n $"Starting rusers services: "
 	daemon rpc.rusersd
 	RETVAL=$?




More information about the fedora-extras-commits mailing list