Hello community, here is the log from the commit of package portmap checked in at Tue Oct 31 16:54:48 CET 2006. -------- --- portmap/portmap.changes 2006-01-25 21:40:29.000000000 +0100 +++ /mounts/work_src_done/STABLE/portmap/portmap.changes 2006-10-31 15:56:50.000000000 +0100 @@ -1,0 +2,5 @@ +Wed Oct 25 15:53:27 CEST 2006 - mkoenig@suse.de + +- Add sysconfig parameter to set startup options [#211034] + +------------------------------------------------------------------- New: ---- sysconfig.portmap ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ portmap.spec ++++++ --- /var/tmp/diff_new_pack.gT3pM9/_old 2006-10-31 16:54:31.000000000 +0100 +++ /var/tmp/diff_new_pack.gT3pM9/_new 2006-10-31 16:54:31.000000000 +0100 @@ -5,7 +5,7 @@ # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://bugs.opensuse.org +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild @@ -13,17 +13,18 @@ Name: portmap BuildRequires: tcpd-devel URL: ftp://ftp.porcupine.org/pub/security/index.html -License: BSD +License: BSD License and BSD-like Group: Productivity/Networking/System Requires: netcfg, syslog Provides: nkitb:/sbin/portmap Autoreqprov: on Version: 5beta -Release: 738 +Release: 761 Summary: A program that manages RPC connections BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: portmap_5beta.tar.gz Source1: portmap.init +Source2: sysconfig.portmap Patch: portmap_5beta.dif Patch1: portmap-nobodynogroup.diff Patch2: portmap5-chroot-i-pmapdump.diff @@ -62,6 +63,8 @@ install -m 644 portmap.8 pmap_dump.8 pmap_set.8 $RPM_BUILD_ROOT%{_mandir}/man8/ install -m 744 %SOURCE1 $RPM_BUILD_ROOT/etc/init.d/portmap ln -sf ../etc/init.d/portmap $RPM_BUILD_ROOT/sbin/rcportmap +mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates +install -m 644 %{SOURCE2} $RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.portmap %clean rm -rf $RPM_BUILD_ROOT @@ -83,8 +86,11 @@ /sbin/* /usr/sbin/* %doc %{_mandir}/man8/* +/var/adm/fillup-templates/sysconfig.portmap %changelog -n portmap +* Wed Oct 25 2006 - mkoenig@suse.de +- Add sysconfig parameter to set startup options [#211034] * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Thu Jan 19 2006 - schwab@suse.de ++++++ portmap.init ++++++ --- portmap/portmap.init 2006-01-19 00:56:18.000000000 +0100 +++ /mounts/work_src_done/STABLE/portmap/portmap.init 2006-10-25 15:19:06.000000000 +0200 @@ -33,6 +33,9 @@ # rc_exit exit appropriate to overall rc status . /etc/rc.status +PORTMAP_OPTIONS= +. /etc/sysconfig/portmap + # First reset status of this service rc_reset @@ -54,7 +57,7 @@ case "$1" in start) echo -n "Starting RPC portmap daemon" - startproc $PORTMAP_BIN + startproc $PORTMAP_BIN $PORTMAP_OPTIONS rc_status -v ;; stop) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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@suse.de