Hello community, here is the log from the commit of package insserv checked in at Wed May 30 01:07:52 CEST 2007. -------- --- insserv/insserv.changes 2007-01-29 16:58:50.000000000 +0100 +++ /mounts/work_src_done/STABLE/insserv/insserv.changes 2007-05-29 17:45:32.041729000 +0200 @@ -1,0 +2,5 @@ +Tue May 29 17:45:06 CEST 2007 - werner@suse.de + +- Ignore rcs-files (bug #278520) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ insserv.spec ++++++ --- /var/tmp/diff_new_pack.W29761/_old 2007-05-30 01:07:31.000000000 +0200 +++ /var/tmp/diff_new_pack.W29761/_new 2007-05-30 01:07:31.000000000 +0200 @@ -16,7 +16,7 @@ Provides: aaa_base:/sbin/insserv Autoreqprov: on Version: 1.09.0 -Release: 3 +Release: 19 Summary: A Program to Arrange Initialization Scripts Source0: insserv-%{version}.tar.bz2 Source1: insserv.conf @@ -53,7 +53,9 @@ /usr/lib/lsb/* %{_mandir}/man8/insserv.8.gz -%changelog -n insserv +%changelog +* Tue May 29 2007 - werner@suse.de +- Ignore rcs-files (bug #278520) * Mon Jan 29 2007 - werner@suse.de - Split insserv.conf off from source tar ball to avoid patching - Add boot.crypto to $local_fs ++++++ insserv-1.09.0.dif ++++++ --- /var/tmp/diff_new_pack.W29761/_old 2007-05-30 01:07:31.000000000 +0200 +++ /var/tmp/diff_new_pack.W29761/_new 2007-05-30 01:07:31.000000000 +0200 @@ -1,5 +1,5 @@ --- insserv.c -+++ insserv.c 2007-01-22 15:20:38.000000000 +0100 ++++ insserv.c 2007-05-29 17:43:38.421665572 +0200 @@ -57,12 +57,16 @@ static const int map_runlevel_to_seek(co /* The main regular search expressions */ #define PROVIDES COMM "provides" VALUE @@ -174,7 +174,21 @@ xreset(script_inf.default_start); xreset(script_inf.default_stop); xreset(script_inf.description); -@@ -1897,6 +1953,16 @@ int main (int argc, char *argv[]) +@@ -1389,6 +1445,13 @@ static int cfgfile_filter(const struct d + return 0; + } + } ++ if ((end = strrchr(d->d_name, ','))) { ++ end++; ++ if (!strcmp(end, "v")) /* rcs-files */ ++ { ++ return 0; ++ } ++ } + return 1; + } + +@@ -1897,6 +1960,16 @@ int main (int argc, char *argv[]) rememberreq(service, REQ_SHLD, script_inf.should_start); requiresv(token, script_inf.should_start); } @@ -191,7 +205,7 @@ #ifndef SUSE /* * required_stop and should_stop arn't used in SuSE Linux. -@@ -1911,6 +1977,16 @@ int main (int argc, char *argv[]) +@@ -1911,6 +1984,16 @@ int main (int argc, char *argv[]) rememberreq(service, REQ_SHLD, script_inf.should_stop); requiresv(token, script_inf.should_stop); } @@ -208,7 +222,7 @@ #endif /* not SUSE */ } /* -@@ -2082,6 +2158,8 @@ int main (int argc, char *argv[]) +@@ -2082,6 +2165,8 @@ int main (int argc, char *argv[]) xreset(script_inf.required_stop); xreset(script_inf.should_start); xreset(script_inf.should_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@Hilbert.suse.de