]> git.pld-linux.org Git - packages/geneweb.git/commitdiff
- first step to make it working
authorPaweł Gołaszewski <blues@pld-linux.org>
Wed, 28 Apr 2004 13:34:55 +0000 (13:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    geneweb.init -> 1.3

geneweb.init

index 44c0f562dbf2037008d537348ac27b0c46dd8e34..1615950926aed18047aff1fa010f45fc37fcbc48 100755 (executable)
@@ -21,6 +21,7 @@ case "$1" in
   start)
        if [ ! -f /var/lock/subsys/geneweb ]; then
                msg_starting geneweb
+               cd /var/lib/geneweb
                daemon gwd -log /var/log/gwd.log -daemon -setup_link -bd /var/lib/geneweb -hd /usr/share/geneweb/lang
                daemon gwsetup -daemon -gd /usr/share/geneweb/ 2>> /var/log/gwsetup.log
                RETVAL=$?
This page took 0.116855 seconds and 4 git commands to generate.