Your message dated Sat, 21 Apr 2012 00:52:18 +0100
with message-id <[email protected]>
and subject line Close old and unfixable sysvinit bugs
has caused the Debian Bug report #240068,
regarding sysvinit: turn /etc/inittab into a conffile
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
240068: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=240068
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sysvinit
Version: 2.85-12
Severity: wishlist
Tags: patch
The attached patch, courtesy of Guillem Jover <[email protected]>, turns
/etc/inittab into a conffile. To be applied after the one in bug #226939
(GNU/k*BSD fixes).
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.24-1-k7
Locale: LANG=C, LC_CTYPE=C
Versions of packages sysvinit depends on:
ii initscripts 2.85-12 Standard scripts needed for bootin
ii libc6 2.3.2.ds1-11 GNU C Library: Shared libraries an
ii sysv-rc 2.85-12 Standard boot mechanism using syml
-- no debconf information
Only in sysvinit-2.85/debian: conffiles
diff -ur sysvinit-2.85.old/debian/postinst sysvinit-2.85/debian/postinst
--- sysvinit-2.85.old/debian/postinst 2004-03-25 09:14:04.000000000 +0100
+++ sysvinit-2.85/debian/postinst 2004-03-25 09:14:26.000000000 +0100
@@ -33,11 +33,6 @@
fi
rm -f /etc/ioctl.save
-if [ ! -f /etc/inittab ]
-then
- cp -a /usr/share/sysvinit/inittab /etc/inittab
-fi
-
#
# Tell init to re-exec itself.
#
diff -ur sysvinit-2.85.old/debian/rules sysvinit-2.85/debian/rules
--- sysvinit-2.85.old/debian/rules 2004-03-25 09:14:04.000000000 +0100
+++ sysvinit-2.85/debian/rules 2004-03-25 09:14:26.000000000 +0100
@@ -44,14 +44,14 @@
if test -e debian/share/inittab.$(DEB_BUILD_GNU_TYPE) ; \
then install -g root -m 644 -o root \
debian/share/inittab.$(DEB_BUILD_GNU_TYPE) \
- $(tmp)/usr/share/sysvinit/inittab ; \
+ $(tmp)/etc/inittab ; \
elif test -e debian/share/inittab.$(DEB_BUILD_GNU_SYSTEM) ; \
then install -g root -m 644 -o root \
debian/share/inittab.$(DEB_BUILD_GNU_SYSTEM) \
- $(tmp)/usr/share/sysvinit/inittab ; \
+ $(tmp)/etc/inittab ; \
else install -g root -m 644 -o root \
debian/share/inittab \
- $(tmp)/usr/share/sysvinit/inittab ; \
+ $(tmp)/etc/inittab ; \
fi
install -g root -m 755 -o root debian/share/update-rc.d \
@@ -69,6 +69,7 @@
$(tmp)$(doc)/sysvinit/copyright
cat COPYRIGHT >> $(tmp)$(doc)/sysvinit/copyright
install -g root -m 755 debian/postinst $(tmp)/DEBIAN/postinst
+ install -g root -m 644 -o root debian/conffiles $(tmp)/DEBIAN/conffiles
dpkg-shlibdeps src/init
dpkg-gencontrol -psysvinit -P$(tmp) -isp
dpkg --build $(tmp) ..
--- End Message ---
--- Begin Message ---
This bug is being closed as part of a cleanup of the old bug
reports in the sysvinit package, in an attempt to make it easier
to address the bug reports which actually are fixable. Some
reasons:
- Not a bug and/or it's a patch which will not be applied
- It will not be fixed, ever for various reasons
- Problem is not fixable in sysvinit or not our responsibility
- A better solution has become available in the interim
- No activity or submitter response in over a decade or more
Roger
--
.''`. Roger Leigh
: :' : Debian GNU/Linux http://people.debian.org/~rleigh/
`. `' Printing on GNU/Linux? http://gutenprint.sourceforge.net/
`- GPG Public Key: 0x25BFB848 Please GPG sign your mail.
--- End Message ---
_______________________________________________
Pkg-sysvinit-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-sysvinit-devel