[23244] in Source-Commits
/svn/athena r22905 - trunk/debathena/config/athena-chroot/debian
daemon@ATHENA.MIT.EDU (tabbott@MIT.EDU)
Thu Apr 17 02:45:44 2008
Date: Thu, 17 Apr 2008 02:45:16 -0400 (EDT)
From: tabbott@MIT.EDU
Message-Id: <200804170645.CAA00734@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: tabbott
Date: 2008-04-17 02:45:15 -0400 (Thu, 17 Apr 2008)
New Revision: 22905
Added:
trunk/debathena/config/athena-chroot/debian/debathena-athmode-lastlog.install
trunk/debathena/config/athena-chroot/debian/schroot.debathena
Modified:
trunk/debathena/config/athena-chroot/debian/debathena-athena-chroot.install
trunk/debathena/config/athena-chroot/debian/debathena-athena-chroot.postinst
trunk/debathena/config/athena-chroot/debian/rules
Log:
debathena-athena-chroot: various bugfixes.
Modified: trunk/debathena/config/athena-chroot/debian/debathena-athena-chroot.install
===================================================================
--- trunk/debathena/config/athena-chroot/debian/debathena-athena-chroot.install 2008-04-16 22:54:45 UTC (rev 22904)
+++ trunk/debathena/config/athena-chroot/debian/debathena-athena-chroot.install 2008-04-17 06:45:15 UTC (rev 22905)
@@ -1,3 +1,4 @@
installer /usr/share/debathena-athena-chroot/
-debian/athmode usr/bin
-schroot /etc/
\ No newline at end of file
+debian/athmode /usr/bin
+schroot /etc/
+debian/schroot.debathena /etc/pam.d/
Modified: trunk/debathena/config/athena-chroot/debian/debathena-athena-chroot.postinst
===================================================================
--- trunk/debathena/config/athena-chroot/debian/debathena-athena-chroot.postinst 2008-04-16 22:54:45 UTC (rev 22904)
+++ trunk/debathena/config/athena-chroot/debian/debathena-athena-chroot.postinst 2008-04-17 06:45:15 UTC (rev 22905)
@@ -23,7 +23,7 @@
configure)
# schroot doesn't deal with symlinks; see bug #476332
rm -f /etc/schroot/schroot.conf
- mv /etc/schroot/schroot.conf.debathena /etc/schroot
+ mv /etc/schroot/schroot.conf.debathena /etc/schroot/schroot.conf
;;
abort-upgrade|abort-remove|abort-deconfigure)
Added: trunk/debathena/config/athena-chroot/debian/debathena-athmode-lastlog.install
Modified: trunk/debathena/config/athena-chroot/debian/rules
===================================================================
--- trunk/debathena/config/athena-chroot/debian/rules 2008-04-16 22:54:45 UTC (rev 22904)
+++ trunk/debathena/config/athena-chroot/debian/rules 2008-04-17 06:45:15 UTC (rev 22905)
@@ -3,7 +3,8 @@
DEB_AUTO_UPDATE_DEBIAN_CONTROL = 1
DEB_DIVERT_EXTENSION=.debathena
DEB_DIVERT_FILES_debathena-athena-chroot += \
- /etc/schroot/schroot.conf.debathena
+ /etc/schroot/schroot.conf.debathena \
+ /etc/pam.d/schroot.debathena
DEB_DIVERT_FILES_debathena-lastlog += \
/usr/bin/lastlog.debathena
include /usr/share/cdbs/1/rules/debhelper.mk
Added: trunk/debathena/config/athena-chroot/debian/schroot.debathena