[27347] in Source-Commits

home help back first fref pref prev next nref lref last post

larvnet commit: Make busyd less Debian-specific

daemon@ATHENA.MIT.EDU (Victor Vasiliev)
Sun Sep 29 00:09:23 2013

Date: Sun, 29 Sep 2013 00:09:16 -0400
From: Victor Vasiliev <vasilvv@MIT.EDU>
Message-Id: <201309290409.r8T49GMM030028@drugstore.mit.edu>
To: source-commits@MIT.EDU

https://github.com/mit-athena/larvnet/commit/2de2e78c3bf75be80c3b7052d87d14f6a0759c90
commit 2de2e78c3bf75be80c3b7052d87d14f6a0759c90
Author: Victor Vasiliev <vasilvv@mit.edu>
Date:   Wed Sep 11 20:30:45 2013 -0400

    Make busyd less Debian-specific
    
    Remove Debathena references in the paths and move files potentially
    useful outside of Debian out of debian/ directory.

 busyd                            |   20 ++++++++++++++++++++
 debian/96debathena-larvnet       |    4 ++--
 debian/busyd                     |   20 --------------------
 debian/debathena-larvnet.install |    4 ++--
 debian/larvnet-wrapper           |   15 ---------------
 larvnet-wrapper                  |   15 +++++++++++++++
 6 files changed, 39 insertions(+), 39 deletions(-)

diff --git a/debian/busyd b/busyd
similarity index 100%
rename from debian/busyd
rename to busyd
diff --git a/debian/96debathena-larvnet b/debian/96debathena-larvnet
index 0e448d6..eca2982 100644
--- a/debian/96debathena-larvnet
+++ b/debian/96debathena-larvnet
@@ -1,5 +1,5 @@
 # This file is sourced by Xsession(5), not executed.
 
-if test -x "/usr/lib/debathena-larvnet/larvnet-wrapper"; then
-   STARTUP="/usr/lib/debathena-larvnet/larvnet-wrapper $STARTUP"
+if test -x "/usr/lib/larvnet/larvnet-wrapper"; then
+   STARTUP="/usr/lib/larvnet/larvnet-wrapper $STARTUP"
 fi
diff --git a/debian/debathena-larvnet.install b/debian/debathena-larvnet.install
index 668196f..67e01bb 100644
--- a/debian/debathena-larvnet.install
+++ b/debian/debathena-larvnet.install
@@ -1,3 +1,3 @@
 debian/96debathena-larvnet etc/X11/Xsession.d
-debian/larvnet-wrapper usr/lib/debathena-larvnet
-debian/busyd usr/sbin
+larvnet-wrapper usr/lib/larvnet
+busyd usr/sbin
diff --git a/debian/larvnet-wrapper b/larvnet-wrapper
similarity index 100%
rename from debian/larvnet-wrapper
rename to larvnet-wrapper

home help back first fref pref prev next nref lref last post