summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Moc <jakub@gentoo.org>2006-08-11 10:58:57 +0000
committerJakub Moc <jakub@gentoo.org>2006-08-11 10:58:57 +0000
commit556d30f8dd112e92c94e3754c9c2eefb7c6aabf4 (patch)
tree764c67378c6ad9b8feeff3883ae4ad062f671f49 /sys-auth/pam_mount/files
parentAdd Bug # in ChangeLog (diff)
downloadsunrise-556d30f8dd112e92c94e3754c9c2eefb7c6aabf4.tar.gz
sunrise-556d30f8dd112e92c94e3754c9c2eefb7c6aabf4.tar.bz2
sunrise-556d30f8dd112e92c94e3754c9c2eefb7c6aabf4.zip
sys-auth/pam_mount: Version bump. Update patch to fix lsof path. Fix typo in HOMEPAGE.
svn path=/sunrise/; revision=850
Diffstat (limited to 'sys-auth/pam_mount/files')
-rw-r--r--sys-auth/pam_mount/files/digest-pam_mount-0.173
-rw-r--r--sys-auth/pam_mount/files/pam_mount-gentoo-paths-and-examples.patch16
2 files changed, 17 insertions, 2 deletions
diff --git a/sys-auth/pam_mount/files/digest-pam_mount-0.17 b/sys-auth/pam_mount/files/digest-pam_mount-0.17
new file mode 100644
index 000000000..ab659317d
--- /dev/null
+++ b/sys-auth/pam_mount/files/digest-pam_mount-0.17
@@ -0,0 +1,3 @@
+MD5 0c67121ce70ff6cb11a6d9ca2590bd19 pam_mount-0.17.tar.bz2 293588
+RMD160 9a8c5f44de6961fc5511c84285165113b0e98bcc pam_mount-0.17.tar.bz2 293588
+SHA256 e8b1a5f61bd6d407e8c6a435d27d5b55e6a5015545d29355d2ec15ec37b35de6 pam_mount-0.17.tar.bz2 293588
diff --git a/sys-auth/pam_mount/files/pam_mount-gentoo-paths-and-examples.patch b/sys-auth/pam_mount/files/pam_mount-gentoo-paths-and-examples.patch
index 52fa6749f..10026505c 100644
--- a/sys-auth/pam_mount/files/pam_mount-gentoo-paths-and-examples.patch
+++ b/sys-auth/pam_mount/files/pam_mount-gentoo-paths-and-examples.patch
@@ -1,5 +1,17 @@
---- config/pam_mount.conf 2005-12-24 20:28:33.000000000 +0100
-+++ pam_mount-0.11.0.pam_mount.conf 2005-12-29 20:37:32.000000000 +0100
+--- config/pam_mount.conf.orig 2006-08-11 12:44:04.000000000 +0200
++++ config/pam_mount.conf 2006-08-11 12:51:24.000000000 +0200
+@@ -79,7 +79,7 @@
+ # source in mount.c (it sends the password to the stdin file descriptor
+ # of the child process -- look for STDIN_FILENO).
+ #
+-lsof /usr/bin/lsof %(MNTPT)
++lsof /usr/sbin/lsof %(MNTPT)
+ fsck /sbin/fsck -p %(FSCKTARGET)
+ losetup /sbin/losetup -p0 "%(before=\"-e\" CIPHER)" "%(before=\"-k\" KEYBITS)" %(FSCKLOOP) %(VOLUME)
+ unlosetup /sbin/losetup -d %(FSCKLOOP)
+
+--- config/pam_mount.conf.orig 2006-08-11 12:44:04.000000000 +0200
++++ config/pam_mount.conf 2006-08-11 12:51:24.000000000 +0200
@@ -197,6 +197,46 @@
# (thanks to Mike Hommey for this example)
# volume test local - /tmpfs/test /home/test "size=10M,uid=test,gid=users,mode=0700 -t tmpfs" - -