Hello community, here is the log from the commit of package insserv checked in at Mon May 29 01:09:00 CEST 2006. -------- --- insserv/insserv.changes 2006-05-15 12:58:10.000000000 +0200 +++ insserv/insserv.changes 2006-05-27 19:17:42.000000000 +0200 @@ -1,0 +2,5 @@ +Sat May 27 19:17:36 CEST 2006 - schwab@suse.de + +- Don't strip binaries. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ insserv.spec ++++++ --- /var/tmp/diff_new_pack.Z6iXkc/_old 2006-05-29 01:08:43.000000000 +0200 +++ /var/tmp/diff_new_pack.Z6iXkc/_new 2006-05-29 01:08:43.000000000 +0200 @@ -16,7 +16,7 @@ Provides: aaa_base:/sbin/insserv Autoreqprov: on Version: 1.04.0 -Release: 20 +Release: 21 Summary: A Program to Arrange Initialization Scripts Source: insserv-%{version}.tar.bz2 Patch: insserv-%{version}.dif @@ -52,6 +52,8 @@ %{_mandir}/man8/insserv.8.gz %changelog -n insserv +* Sat May 27 2006 - schwab@suse.de +- Don't strip binaries. * Mon May 15 2006 - werner@suse.de - Make kdump boot script a interactive script to enforce that this script runs not in parallel with other script (#175340, #171332) ++++++ insserv-1.04.0.dif ++++++ --- /var/tmp/diff_new_pack.Z6iXkc/_old 2006-05-29 01:08:43.000000000 +0200 +++ /var/tmp/diff_new_pack.Z6iXkc/_new 2006-05-29 01:08:43.000000000 +0200 @@ -1,5 +1,16 @@ +--- Makefile ++++ Makefile +@@ -39,7 +39,7 @@ + RM = rm -f + MKDIR = mkdir -p + RMDIR = rm -rf +- INSTBINFLAGS = -s -m 0700 ++ INSTBINFLAGS = -m 0700 + INSTBIN = install $(INSTBINFLAGS) + INSTSRPFLAGS = -m 0700 + INSTSRP = install $(INSTSRPFLAGS) --- insserv.8 -+++ insserv.8 2006-04-03 14:18:20.000000000 +0200 ++++ insserv.8 @@ -145,6 +145,17 @@ as an interactive one, e.g. a service which requires a passphrase or password input during boot @@ -28,7 +39,7 @@ *.swp *.core --- insserv.c -+++ insserv.c 2006-04-03 14:18:20.000000000 +0200 ++++ insserv.c @@ -460,7 +460,7 @@ continue; if (!(getserv(pos)->lvls & getserv(tmp)->lvls)) @@ -218,7 +229,7 @@ if ((initdir = opendir(path)) == NULL) --- insserv.conf -+++ insserv.conf 2006-05-15 12:44:50.000000000 +0200 ++++ insserv.conf @@ -43,4 +43,4 @@ # # Services which need to be interactive @@ -226,7 +237,7 @@ -<interactive> boot.crypto boot.localfs boot.rootfsck apache apache2 +<interactive> boot.crypto boot.localfs boot.rootfsck apache apache2 kdump --- listing.c -+++ listing.c 2006-04-03 14:18:20.000000000 +0200 ++++ listing.c @@ -45,7 +45,8 @@ list_t d_list; /* The linked list to other directories */ list_t link; /* symbolic links in this directory */ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de