[23872] in Source-Commits
/svn/athena r23482 - trunk/debathena/config/linerva/debian
daemon@ATHENA.MIT.EDU (Gregory Nathan Price)
Sat Feb 28 17:03:33 2009
Date: Sat, 28 Feb 2009 17:02:47 -0500
From: Gregory Nathan Price <price@MIT.EDU>
Message-Id: <200902282202.n1SM2lsa022672@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: price
Date: 2009-02-28 17:02:47 -0500 (Sat, 28 Feb 2009)
New Revision: 23482
Modified:
trunk/debathena/config/linerva/debian/changelog
trunk/debathena/config/linerva/debian/debathena-linerva.postinst
Log:
source control means we can delete what we no longer use
Modified: trunk/debathena/config/linerva/debian/changelog
===================================================================
--- trunk/debathena/config/linerva/debian/changelog 2009-02-28 22:02:33 UTC (rev 23481)
+++ trunk/debathena/config/linerva/debian/changelog 2009-02-28 22:02:47 UTC (rev 23482)
@@ -1,3 +1,9 @@
+debathena-linerva (1.13) unstable; urgency=low
+
+ * cut commented code
+
+ -- Greg Price <price@mit.edu> Sat, 28 Feb 2009 15:57:01 -0500
+
debathena-linerva (1.12) unstable; urgency=low
* Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL.
Modified: trunk/debathena/config/linerva/debian/debathena-linerva.postinst
===================================================================
--- trunk/debathena/config/linerva/debian/debathena-linerva.postinst 2009-02-28 22:02:33 UTC (rev 23481)
+++ trunk/debathena/config/linerva/debian/debathena-linerva.postinst 2009-02-28 22:02:47 UTC (rev 23482)
@@ -20,15 +20,6 @@
#DEBHELPER#
-divert_symlink()
-{
- # Use to symlink e.g /bin/fs -> /usr/bin/fs
- file=$1
- if [ ! -e "${file}" ]; then
- ln -s "/usr${file}" "${file}"
- fi
-}
-
lose_setuid()
{
file=$1
@@ -44,29 +35,10 @@
# Make /srv/tmp exists so we can symlink to it.
mkdir -p /srv/tmp
-# # Make sure /tmp is setup correctly.
-# ln -s /srv/tmp/ /tmp
-# chmod 777 /srv/tmp/
-# chmod +t /srv/tmp/
# make motd not change on reboot
sed -i 's/EDITMOTD=yes/EDITMOTD=no/' /etc/default/rcS
- # Deal with binaries that are in /bin/athena on Athena and not
- # /bin in Debian
- # Commented so that people will fix their scripts. --andersk
- #divert_symlink /bin/aklog
- #divert_symlink /bin/bos
- #divert_symlink /bin/detach
- #divert_symlink /bin/fs
- #divert_symlink /bin/getcluster
- #divert_symlink /bin/hesinfo
- #divert_symlink /bin/klog
- #divert_symlink /bin/pts
- #divert_symlink /bin/tokens
- #divert_symlink /bin/unlog
- #divert_symlink /bin/vos
-
# replace logcheck config
# make logcheck able to read its stuff and run every minute
sed -i 's/. \* \* \* \*/* * * * */' /etc/cron.d/logcheck