Update of /cvsroot/leaf/src/bering-uclibc/apps/mini_httpd
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv18371

Modified Files:
        mini_httpd mini_httpds mini_httpds.conf 
Log Message:
a few init and config fixes

Index: mini_httpds.conf
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/mini_httpd/mini_httpds.conf,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** mini_httpds.conf    27 Nov 2006 19:09:09 -0000      1.6
--- mini_httpds.conf    19 Jan 2007 20:50:43 -0000      1.7
***************
*** 1,3 ****
- nochroot
  port=443
  cgipat=**.cgi
--- 1,2 ----
***************
*** 7,10 ****
  dir=/var/webconf/www
  max_age=0
- ssl
  certfile=/etc/mini_httpd.pem
--- 6,8 ----

Index: mini_httpds
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/mini_httpd/mini_httpds,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** mini_httpds 29 Nov 2006 19:21:00 -0000      1.6
--- mini_httpds 19 Jan 2007 20:50:43 -0000      1.7
***************
*** 13,17 ****
    start)
        echo -n "Starting mini httpd:"
!       start-stop-daemon --start --quiet --pidfile $pidfile --exec $DAEMON -- 
-C $config 2>/dev/null
        echo "."
        ;;
--- 13,17 ----
    start)
        echo -n "Starting mini httpd:"
!       start-stop-daemon --start --quiet --pidfile $pidfile --exec $DAEMON -- 
-C $config -S 2>/dev/null
        echo "."
        ;;
***************
*** 28,33 ****
    restart)
        echo -n "Restarting mini httpd:"
!       start-stop-daemon --stop --quiet --oknodo --pidfile $pidfile
!       start-stop-daemon --start --quiet --pidfile $pidfile --exec $DAEMON -- 
-C $config 2>/dev/null
        echo "."
        ;;
--- 28,33 ----
    restart)
        echo -n "Restarting mini httpd:"
!       $0 stop
!       $0 start
        echo "."
        ;;

Index: mini_httpd
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/mini_httpd/mini_httpd,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** mini_httpd  29 Nov 2006 19:21:00 -0000      1.5
--- mini_httpd  19 Jan 2007 20:50:43 -0000      1.6
***************
*** 28,33 ****
    restart)
        echo -n "Restarting mini httpd:"
!       start-stop-daemon --stop --quiet --oknodo --pidfile $pidfile
!       start-stop-daemon --start --quiet --pidfile $pidfile --exec $DAEMON -- 
-C $config 2>/dev/null
        echo "."
        ;;
--- 28,33 ----
    restart)
        echo -n "Restarting mini httpd:"
!       $0 stop
!       $0 start
        echo "."
        ;;


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to