Update of /cvsroot/fink/experimental/thesin/finkinfo/test
In directory sc8-pr-cvs1:/tmp/cvs-serv1358

Modified Files:
        blootbot-1.2.0-1.info 
Log Message:
blootbot shouldn't run as root need to add a chuid somehow.

Index: blootbot-1.2.0-1.info
===================================================================
RCS file: /cvsroot/fink/experimental/thesin/finkinfo/test/blootbot-1.2.0-1.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- blootbot-1.2.0-1.info       15 Jan 2003 05:03:11 -0000      1.3
+++ blootbot-1.2.0-1.info       28 Jan 2003 03:13:00 -0000      1.4
@@ -35,10 +35,10 @@
   echo ""
   echo "### Beginning Install"
   echo ""
-  echo " - Making %i/bin"
-  mkdir -p %i/bin
+  echo " - Making %i/sbin"
+  mkdir -p %i/sbin
   echo " - installing %n"
-  install -m 755 %n %i/bin
+  install -m 755 %n %i/sbin
   echo " - Making %i/etc/%n"
   mkdir -p %i/etc/%n
   echo " - installing %n.config"
@@ -111,6 +111,22 @@
   mkdir -p %i/var/run
   echo ""
   echo "### Finshing Install"
+<<
+###
+DaemonicName: blootbot
+DaemonicFile: <<
+<service>
+<description>Blootbot IRC bot</description>
+<message>Blootbot IRC bot</message>
+
+<daemon name="blootbot">
+<executable background="yes">%p/sbin/blootbot</executable>
+<!-- the daemon will background itself, but may take a while
+     to start up to the point where it does so -->
+<pidfile>%p/var/blootbot/blootbot.pid</pidfile>
+</daemon>
+
+</service>
 <<
 ###
 Description: Blooted IRC bot based on infobot-0.44.2



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to