[Piuparts-commits] [piuparts] 09/14: lenny ipppd exceptions

Holger Levsen holger at moszumanska.debian.org
Mon Dec 9 11:58:40 UTC 2013


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch develop
in repository piuparts.

commit 4f937484f2665c3b62d01e879a303104071e6278
Author: Andreas Beckmann <anbe at debian.org>
Date:   Sun Dec 8 23:45:30 2013 +0100

    lenny ipppd exceptions
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
 custom-scripts/scripts/pre_install_exceptions | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/custom-scripts/scripts/pre_install_exceptions b/custom-scripts/scripts/pre_install_exceptions
index 0f80bf7..6562ea3 100755
--- a/custom-scripts/scripts/pre_install_exceptions
+++ b/custom-scripts/scripts/pre_install_exceptions
@@ -168,12 +168,16 @@ if [ "$PIUPARTS_DISTRIBUTION" = "lenny" ]; then
 
 	# work around postinst failures
 	case ${PIUPARTS_OBJECTS%%=*} in
+		ipppd|ibod|isdnutils)
+			#542156
+			log_debug
+			test -e /dev/MAKEDEV || ln -sfv /sbin/MAKEDEV /dev/MAKEDEV
+			;;
 		ion3)
 			# annoying debconf prompt
 			log_debug
 			echo "ion3 ion3/acknowledge-maybe-outdated boolean true" | debconf-set-selections
 			echo "ion3 ion3/acknowledge-outdated boolean true" | debconf-set-selections
-			;;
 	esac
 
 	# allow lenny kernel image installation in chroot

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git



More information about the Piuparts-commits mailing list