Bug#491732: marked as done (Better check in /var/lib/dpkg/info/xdm.postinst)
Your message dated Sat, 31 Jul 2010 10:33:28 +0200
with message-id <20100731083328.286200@gmx.net>
and subject line done
has caused the Debian Bug report #491732,
regarding Better check in /var/lib/dpkg/info/xdm.postinst
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 owner@bugs.debian.org
immediately.)
--
491732: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=491732
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: Better check in /var/lib/dpkg/info/xdm.postinst
- From: "Dr. Markus Waldeck" <waldeck@gmx.de>
- Date: Mon, 21 Jul 2008 20:01:10 +0200
- Message-id: <20080721180110.248470@gmx.net>
Package: xdm
Version: 1:1.1.8-2
Severity: wishlist
Some daemons like apache and cupsd check in their postinst scripts
(/var/lib/dpkg/info/apache2.2-common.postinst,
/var/lib/dpkg/info/cups.postinst) whether the corresponding script in
/etc/init.d is executable.
Only if the script is execuptable update-rc.d is run.
In the other case the creation of the links in /etc/rc*.d is
considered as undesired.
I made patch:
--- /var/lib/dpkg/info/xdm.postinst 2008-07-21 19:46:07.000000000 +0000
+++ /var/lib/dpkg/info/xdm.postinst.patched 2008-07-21 19:45:59.000000000 +0000
@@ -1010,7 +1010,7 @@
# stdout, which can confuse debconf.
db_stop
-if [ -e /etc/init.d/xdm ]; then
+if [ -x /etc/init.d/xdm ]; then
update-rc.d xdm defaults 99 01
fi
--
GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
Jetzt dabei sein: http://www.shortview.de/wasistshortview.php?mc=sv_ext_mf@gmx
--- End Message ---
--- Begin Message ---
done
--
GMX DSL: Internet-, Telefon- und Handy-Flat ab 19,99 EUR/mtl.
Bis zu 150 EUR Startguthaben inklusive! http://portal.gmx.net/de/go/dsl
--- End Message ---
Reply to: