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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web          Date:   28-Jan-2004 11:30:41
  Branch: HEAD                             Handle: 2004012810303802

  Modified files:
    openpkg-src/dss         dss.spec rc.dss
    openpkg-web             news.txt

  Log:
    speclint police

  Summary:
    Revision    Changes     Path
    1.41        +1  -3      openpkg-src/dss/dss.spec
    1.16        +3  -16     openpkg-src/dss/rc.dss
    1.8345      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/dss/dss.spec
  ============================================================================
  $ cvs diff -u -r1.40 -r1.41 dss.spec
  --- openpkg-src/dss/dss.spec  23 Jan 2004 13:08:31 -0000      1.40
  +++ openpkg-src/dss/dss.spec  28 Jan 2004 10:30:40 -0000      1.41
  @@ -23,8 +23,6 @@
   ##  SUCH DAMAGE.
   ##
   
  -#   package versions
  -
   #   package information
   Name:         dss
   Summary:      Darwin Streaming Server
  @@ -35,7 +33,7 @@
   Group:        Video
   License:      APSL
   Version:      5.0
  -Release:      20031202
  +Release:      20040128
   
   #   list of sources
   Source0:      
http://www.opensource.apple.com/projects/streaming/release/DarwinStreamingSrc%{version}.zip
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/dss/rc.dss
  ============================================================================
  $ cvs diff -u -r1.15 -r1.16 rc.dss
  --- openpkg-src/dss/rc.dss    27 Nov 2003 13:40:41 -0000      1.15
  +++ openpkg-src/dss/rc.dss    28 Jan 2004 10:30:40 -0000      1.16
  @@ -39,7 +39,7 @@
       rcService dss active yes && exit 0
       @l_prefix@/sbin/DarwinStreamingServer
       if rcVarIsYes dss_admin; then
  -        rc dss startadmin
  +        @l_prefix@/sbin/streamingadminserver
       fi
   
   %stop -u @l_susr@
  @@ -47,7 +47,8 @@
       rcService dss active no && exit 0
       dss_signal TERM daemon
       if rcVarIsYes dss_admin; then
  -        rc dss stopadmin
  +        dss_signal TERM admin
  +        rm -f $dss_admin_pidfile >/dev/null 2>&1 || true
       fi
   
   %restart -u @l_susr@
  @@ -56,18 +57,4 @@
       rc dss stop
       sleep 2
       rc dss start
  -
  -%startadmin -u @l_musr@
  -    rcService dss enable yes || exit 0
  -    rcService dss active yes && exit 0
  -    @l_prefix@/sbin/streamingadminserver
  -
  -%stopadmin -u @l_musr@
  -    rcService dss enable yes || exit 0
  -    rcService dss active no && exit 0
  -    dss_signal TERM admin
  -    rm -f $dss_admin_pidfile >/dev/null 2>&1 || true
  -
  -#   The %daily logfile rotation logic is handled by the DSS daemon itself.
  -#   Modify the error_logfile_* variables in streamingserver.xml to adjust.
   
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.8344 -r1.8345 news.txt
  --- openpkg-web/news.txt      28 Jan 2004 10:23:06 -0000      1.8344
  +++ openpkg-web/news.txt      28 Jan 2004 10:30:38 -0000      1.8345
  @@ -1,3 +1,4 @@
  +28-Jan-2004: Upgraded package: P<dss-5.0-20040128>
   28-Jan-2004: Upgraded package: P<glib2-2.2.3-20040128>
   28-Jan-2004: Upgraded package: P<dhcpdump-1.6-20040128>
   28-Jan-2004: Upgraded package: P<perl-poe-20040128-20040128>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to