[Pkg-sysvinit-commits] r511 - in sysvinit/trunk/debian: .
initscripts
Thomas Hood
jdthood-guest at costa.debian.org
Tue Jan 3 19:45:59 UTC 2006
Author: jdthood-guest
Date: 2006-01-03 19:45:58 +0000 (Tue, 03 Jan 2006)
New Revision: 511
Modified:
sysvinit/trunk/debian/changelog
sysvinit/trunk/debian/initscripts/postinst
Log:
Remove 'GMT'-to-'UTC' conversion code
Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog 2006-01-03 18:49:26 UTC (rev 510)
+++ sysvinit/trunk/debian/changelog 2006-01-03 19:45:58 UTC (rev 511)
@@ -23,8 +23,10 @@
and kbd: the versions in question are older than oldstable, so any
newly installed system and any system that has upgraded to sarge
(or even woody) satisfies the constraints.
- * Remove obsolete dependency on the last package which was forced off
+ * Remove obsolete dependency on the last package: last was forced off
systems when they upgraded to buzz
+ * initscripts postinst: Remove obsolete GMT-to-UTC code: this
+ conversion was performed when systems were upgraded to potato
* Add Replaces to Conflicts: mdutils which no longer exists even in
oldstable
* sysvinit: Depend on libc6 rather than Pre-Depending on it; we don't
Modified: sysvinit/trunk/debian/initscripts/postinst
===================================================================
--- sysvinit/trunk/debian/initscripts/postinst 2006-01-03 18:49:26 UTC (rev 510)
+++ sysvinit/trunk/debian/initscripts/postinst 2006-01-03 19:45:58 UTC (rev 511)
@@ -74,22 +74,6 @@
# Install sample rcS file.
#
cp -p /usr/share/initscripts/default.rcS /etc/default/rcS
-else
- #
- # Change GMT=-u to UTC=yes etc in existing rcS file.
- #
- if grep -q ^GMT /etc/default/rcS
- then
- cp /etc/default/rcS /etc/default/rcS.TMP
- sed -e "s/^GMT=.*\(-u\|--utc\).*/UTC=yes/" \
- -e "s/^GMT=.*/UTC=no/" \
- -e 's/# Set GMT="-u".*/# Set UTC to yes or no/' \
- < /etc/default/rcS.TMP > /etc/default/rcS
- if [ -s /etc/default/rcS ]
- then
- rm -f /etc/default/rcS.TMP
- fi
- fi
fi
#
More information about the Pkg-sysvinit-commits
mailing list