commit nfs-utils for openSUSE:Factory
Hello community, here is the log from the commit of package nfs-utils for openSUSE:Factory checked in at Tue Jan 25 13:23:48 CET 2011. -------- --- nfs-utils/nfs-utils.changes 2011-01-12 13:36:27.000000000 +0100 +++ /mounts/work_src_done/STABLE/nfs-utils/nfs-utils.changes 2011-01-25 10:02:26.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Jan 25 09:01:37 UTC 2011 - lnussel@suse.de + +- give user a hint if portmap isn't running as statd can't be started in that + case. + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nfs-utils.spec ++++++ --- /var/tmp/diff_new_pack.6r73Ld/_old 2011-01-25 13:22:39.000000000 +0100 +++ /var/tmp/diff_new_pack.6r73Ld/_new 2011-01-25 13:22:39.000000000 +0100 @@ -27,7 +27,7 @@ Url: http://nfs.sourceforge.net Summary: Support Utilities for Kernel nfsd Version: 1.2.3 -Release: 3 +Release: 4 Group: Productivity/Networking/NFS License: GPLv2+ BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ start-statd ++++++ --- /var/tmp/diff_new_pack.6r73Ld/_old 2011-01-25 13:22:39.000000000 +0100 +++ /var/tmp/diff_new_pack.6r73Ld/_new 2011-01-25 13:22:39.000000000 +0100 @@ -5,9 +5,22 @@ # It should run run statd with whatever flags are apropriate for this # site. PATH=/sbin:/usr/sbin:/bin:/usr/bin +checkproc /usr/sbin/rpc.statd && exit 0 +. /etc/rc.status . /etc/sysconfig/nfs -rpc.statd --no-notify $STATD_OPTIONS -# in case firewall needs to punch a hole for the -# statd port... -/etc/init.d/SuSEfirewall2_setup try-restart > /dev/null 2>&1 +rc_reset +echo -n "Starting rpc.statd ..." +if ! rpcinfo -p localhost >/dev/null 2>/dev/null; then + echo -n " ${extd}portmapper not running${norm}" + rc_failed 1 + rc_status -v + rc_exit +fi +# TODO: write init script and call that one via /sbin/service instead +start_daemon /usr/sbin/rpc.statd --no-notify $STATD_OPTIONS +if rc_status -v; then + # in case firewall needs to punch a hole for the + # statd port... + /etc/init.d/SuSEfirewall2_setup try-restart +fi ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de