[28290] in Source-Commits
reactivate commit: Delete unneeded mount-athena.in
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Sat Jul 5 11:57:50 2014
Date: Sat, 5 Jul 2014 11:57:41 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201407051557.s65FvfJv032101@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/reactivate/commit/92d7cc94f38b7ee153baca2b67da61c692e05d1c
commit 92d7cc94f38b7ee153baca2b67da61c692e05d1c
Author: Jonathan Reed <jdreed@mit.edu>
Date: Mon Jun 23 16:41:43 2014 -0400
Delete unneeded mount-athena.in
We stopped shipping this as of 2.0.46, and should have removed
it in c70dd6f.
debian/mount-athena.in | 18 ------------------
1 files changed, 0 insertions(+), 18 deletions(-)
diff --git a/debian/mount-athena.in b/debian/mount-athena.in
deleted file mode 100644
index 62d5572..0000000
--- a/debian/mount-athena.in
+++ /dev/null
@@ -1,18 +0,0 @@
-# Note that the mount point will be prefixed by the chroot path
-# (CHROOT_PATH)
-#
-# <file system> <mount point> <type> <options> <dump> <pass>
-/proc /proc none rw,bind 0 0
-/sys /sys none rw,bind 0 0
-/dev /dev none rw,bind 0 0
-/dev/pts /dev/pts none rw,bind 0 0
-_VARRUN_ _VARRUN_ none rw,bind 0 0
-_VARLOCK_ _VARLOCK_ none rw,bind 0 0
-_DEVSHM_ _DEVSHM_ none rw,bind 0 0
-/var/log /var/log none rw,bind 0 0
-/var/tmp /var/tmp none rw,bind 0 0
-/afs /afs none rw,bind 0 0
-/mit /mit none rw,bind 0 0
-/tmp /tmp none rw,bind 0 0
-/media /media none rw,rbind 0 0
-/boot /boot none ro,bind 0 0