[mw-devel] MW3 r1353 - in trunk: . debian-template

welshbyte at sucs.org welshbyte at sucs.org
Fri Nov 1 23:15:06 GMT 2013


Author: welshbyte
Date: 2013-11-01 23:15:06 +0000 (Fri, 01 Nov 2013)
New Revision: 1353

Modified:
   trunk/Makefile.common
   trunk/debian-template/mw3.dirs
   trunk/debian-template/postinst
Log:
Don't package /run/mw - it's ephemeral and is now created by the init script.


Modified: trunk/Makefile.common
===================================================================
--- trunk/Makefile.common	2013-11-01 23:07:35 UTC (rev 1352)
+++ trunk/Makefile.common	2013-11-01 23:15:06 UTC (rev 1353)
@@ -79,7 +79,7 @@
 CFLAGS+= -ggdb -g -D__NO_STRING_INLINE -fstack-protector-all
 
 ### Optimisation - uncomment for release & extra testing
-CFLAGS+=-O0
+CFLAGS+=-O0 -Werror
 
 CFLAGS += $(DEFS)
 

Modified: trunk/debian-template/mw3.dirs
===================================================================
--- trunk/debian-template/mw3.dirs	2013-11-01 23:07:35 UTC (rev 1352)
+++ trunk/debian-template/mw3.dirs	2013-11-01 23:15:06 UTC (rev 1353)
@@ -2,4 +2,3 @@
 usr/lib/mw
 var/log/mw
 var/lib/mw
-run/mw

Modified: trunk/debian-template/postinst
===================================================================
--- trunk/debian-template/postinst	2013-11-01 23:07:35 UTC (rev 1352)
+++ trunk/debian-template/postinst	2013-11-01 23:15:06 UTC (rev 1353)
@@ -26,13 +26,11 @@
 chown mw:mw /usr/bin/mw
 chown mw:mw /var/log/mw
 chown mw:mw /var/lib/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 /run/mw
 
 #DEBHELPER#




More information about the mw-devel mailing list