CVS: moonbase/net/maradns BUILD,1.1,1.2 POST_REMOVE,1.1,1.2

csm at lunar-linux.org csm at lunar-linux.org
Wed Jul 30 23:30:37 GMT 2003


Update of /var/cvs/lunar/moonbase/net/maradns
In directory dbguin.lunar-linux.org:/tmp/cvs-serv30498

Modified Files:
	BUILD POST_REMOVE 
Log Message:
fixing this module to use the correct name for its initscript.

see:

http://www.lanana.org/lsbreg/init/init.txt

for reference.



Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/maradns/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	30 Jul 2003 23:03:22 -0000	1.1
+++ BUILD	30 Jul 2003 23:30:35 -0000	1.2
@@ -1,7 +1,7 @@
 (
-cp ${SCRIPT_DIRECTORY}/lunar_install.locations ${SOURCE_DIRECTORY}/build/install.locations 
-configure
-make 
+cp ${SCRIPT_DIRECTORY}/lunar_install.locations ${SOURCE_DIRECTORY}/build/install.locations    && 
+./configure   &&
+make          &&
 make install
 ) > $C_FIFO 2>&1
 

Index: POST_REMOVE
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/maradns/POST_REMOVE,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- POST_REMOVE	30 Jul 2003 23:03:22 -0000	1.1
+++ POST_REMOVE	30 Jul 2003 23:30:35 -0000	1.2
@@ -1,4 +1,4 @@
 rm /etc/mararc
 rm -rf /etc/maradns
-rm /etc/init.d/named
+rm /etc/init.d/maradns
 




More information about the Lunar-commits mailing list