]> git.pld-linux.org Git - packages/inn.git/commitdiff
- inndstart must be run as news
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 22 Jan 2001 19:30:09 +0000 (19:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    inn.init -> 1.12

inn.init

index c9232ce9b7943745dfd0d70b2d8eba731526ab35..2d22ed6cca3135ca304b45bd7e1746ce602601d6 100644 (file)
--- a/inn.init
+++ b/inn.init
@@ -29,7 +29,7 @@ case "$1" in
   start)
        if [ ! -f /var/lock/subsys/inn ]; then
                msg_starting "INN"
-               daemon inndstart
+               daemon su - news -c inndstart
                if is_yes $DOINNWATCH ; then
                        msg_starting "INN Watch"
                        busy
This page took 0.030784 seconds and 4 git commands to generate.