[SM-Commit] GIT changes to master grimoire by Donald Johnson (47e3a1f243dcbaf4a5cd5ab71f890a2cd663f12a)

Donald Johnson scm at sourcemage.org
Wed May 5 13:54:14 EDT 2010


GIT changes to master grimoire by Donald Johnson <minozake at codemages.net>:

 utils/schroot/PRE_BUILD |    5 +++++
 1 files changed, 5 insertions(+)

New commits:
commit 47e3a1f243dcbaf4a5cd5ab71f890a2cd663f12a
Author: Donald Johnson <minozake at codemages.net>
Commit: Donald Johnson <minozake at codemages.net>

    schroot: Configuration expects stat in /bin instead of /usr/bin

commit 36e2f9cac3e46a716e11686788dc6b3edbeb873e
Author: Donald Johnson <minozake at codemages.net>
Commit: Donald Johnson <minozake at codemages.net>

    schroot: Fixed pam configuration file to not Debian's standards.

diff --git a/utils/schroot/PRE_BUILD b/utils/schroot/PRE_BUILD
index bf34206..aa926a3 100755
--- a/utils/schroot/PRE_BUILD
+++ b/utils/schroot/PRE_BUILD
@@ -1,4 +1,9 @@
 default_pre_build                                 &&
 cd  $SOURCE_DIRECTORY                             &&
+PAM_SCHROOT="$SOURCE_DIRECTORY/etc/pam/schroot" &&
+echo "auth required pam_unix.so" >> $PAM_SCHROOT &&
+echo "account required pam_unix.so" >> $PAM_SCHROOT &&
+echo "session required pam_unix.so" >> $PAM_SCHROOT &&
+sedit "s:/usr/bin/stat:/bin/stat:" $SOURCE_DIRECTORY/etc/setup.d/20copyfiles &&
 patch -p1 < $SCRIPT_DIRECTORY/schroot-1.4.1-boost-validation_error.patch
 



More information about the SM-Commit mailing list