OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Christoph Schug
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   29-Nov-2005 13:05:03
  Branch: HEAD                             Handle: 2005112912050300

  Modified files:
    openpkg-src/lighttpd    lighttpd.spec rc.lighttpd

  Log:
    provide config check in rc script

  Summary:
    Revision    Changes     Path
    1.17        +1  -1      openpkg-src/lighttpd/lighttpd.spec
    1.3         +3  -1      openpkg-src/lighttpd/rc.lighttpd
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/lighttpd/lighttpd.spec
  ============================================================================
  $ cvs diff -u -r1.16 -r1.17 lighttpd.spec
  --- openpkg-src/lighttpd/lighttpd.spec        24 Nov 2005 09:20:42 -0000      
1.16
  +++ openpkg-src/lighttpd/lighttpd.spec        29 Nov 2005 12:05:03 -0000      
1.17
  @@ -33,7 +33,7 @@
   Group:        Web
   License:      MIT-style
   Version:      1.4.8
  -Release:      20051124
  +Release:      20051129
   
   #   package options
   %option       with_fsl    yes
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/lighttpd/rc.lighttpd
  ============================================================================
  $ cvs diff -u -r1.2 -r1.3 rc.lighttpd
  --- openpkg-src/lighttpd/rc.lighttpd  23 Mar 2005 14:14:17 -0000      1.2
  +++ openpkg-src/lighttpd/rc.lighttpd  29 Nov 2005 12:05:03 -0000      1.3
  @@ -26,8 +26,10 @@
       }
   
   %status -u @l_susr@ -o
  -    lighttpd_usable="unknown"
  +    lighttpd_usable="no"
       lighttpd_active="no"
  +    @l_prefix@/sbin/lighttpd -f $lighttpd_conffile -t >/dev/null 2>&1 && \
  +        lighttpd_usable="yes"
       rcService lighttpd enable yes && \
           lighttpd_signal 0 && lighttpd_active="yes"
       echo "lighttpd_enable=\"$lighttpd_enable\""
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to