[mw-devel] MW3 r1337 - in trunk: debian-template src
arthur at sucs.org
arthur at sucs.org
Mon Sep 16 10:03:17 BST 2013
Author: arthur
Date: 2013-09-16 10:03:17 +0100 (Mon, 16 Sep 2013)
New Revision: 1337
Modified:
trunk/debian-template/mw3.dirs
trunk/debian-template/postinst
trunk/src/bb.h
Log:
Change /var/run references to new /run location
Modified: trunk/debian-template/mw3.dirs
===================================================================
--- trunk/debian-template/mw3.dirs 2013-05-25 18:23:53 UTC (rev 1336)
+++ trunk/debian-template/mw3.dirs 2013-09-16 09:03:17 UTC (rev 1337)
@@ -2,4 +2,4 @@
usr/lib/mw
var/log/mw
var/lib/mw
-var/run/mw
+run/mw
Modified: trunk/debian-template/postinst
===================================================================
--- trunk/debian-template/postinst 2013-05-25 18:23:53 UTC (rev 1336)
+++ trunk/debian-template/postinst 2013-09-16 09:03:17 UTC (rev 1337)
@@ -26,13 +26,13 @@
chown mw:mw /usr/bin/mw
chown mw:mw /var/log/mw
chown mw:mw /var/lib/mw
-chown mw:mw /var/run/mw
+chown mw:mw /run/mw
chmod 6711 /usr/bin/mw
chmod 6711 /usr/lib/mw/mwpoll
chmod 640 /usr/lib/mw/login.banner
chmod 644 /usr/lib/mw/colour/*
chmod 755 /var/log/mw
chmod 711 /var/lib/mw
-chmod 755 /var/run/mw
+chmod 755 /run/mw
#DEBHELPER#
Modified: trunk/src/bb.h
===================================================================
--- trunk/src/bb.h 2013-05-25 18:23:53 UTC (rev 1336)
+++ trunk/src/bb.h 2013-09-16 09:03:17 UTC (rev 1337)
@@ -19,7 +19,7 @@
#endif
#ifndef MSGDIR
-#define MSGDIR "/var/run/mw"
+#define MSGDIR "/run/mw"
#endif
#define LOGFILE LOGDIR"/log.bb"
More information about the mw-devel
mailing list