diff -u scponly-4.6/debian/changelog scponly-4.6/debian/changelog --- scponly-4.6/debian/changelog +++ scponly-4.6/debian/changelog @@ -1,3 +1,9 @@ +scponly (4.6-1.2ubuntu1) gutsy; urgency=low + + * Fixed chroot-generation-script setup_chroot.sh (Closes: #191422) + + -- Albrecht Mühlenschulte Wed, 13 Feb 2008 17:14:13 +0100 + scponly (4.6-1.2) unstable; urgency=high * Non-maintainer upload by the Security Team diff -u scponly-4.6/debian/control scponly-4.6/debian/control --- scponly-4.6/debian/control +++ scponly-4.6/debian/control @@ -1,7 +1,8 @@ Source: scponly Section: utils Priority: optional -Maintainer: Thomas Wana +XSBC-Original-Maintainer: Thomas Wana +Maintainer: Ubuntu MOTU Developers Build-Depends: debhelper (>= 4.1.16), rsync, ssh, unison, subversion Standards-Version: 3.6.1.0 only in patch2: unchanged: --- scponly-4.6.orig/setup_chroot.sh.in +++ scponly-4.6/setup_chroot.sh.in @@ -199,6 +199,10 @@ done fi +# /dev/null is needed inside of the chroot +mkdir $targetdir/dev +mknod -m 666 $targetdir/dev/null c 1 3 + if [ "x$USE_PW" = x0 ] ; then @PROG_USERADD@ -d "$targetdir" -s "@prefix@/sbin/@CHROOTED_NAME@" $targetuser if [ $? -ne 0 ]; then