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                      Date:   05-May-2004 10:24:55
  Branch: HEAD                             Handle: 2004050509245400

  Modified files:
    openpkg-src/openssh     rc.openssh

  Log:
    cleanup rc file

  Summary:
    Revision    Changes     Path
    1.20        +1  -3      openpkg-src/openssh/rc.openssh
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/rc.openssh
  ============================================================================
  $ cvs diff -u -r1.19 -r1.20 rc.openssh
  --- openpkg-src/openssh/rc.openssh    1 Jan 2004 13:06:48 -0000       1.19
  +++ openpkg-src/openssh/rc.openssh    5 May 2004 08:24:54 -0000       1.20
  @@ -12,8 +12,8 @@
       openssh_log_complevel="9"
   
   %common
  +    openssh_pidfile="@l_prefix@/var/openssh/openssh.pid"
       openssh_signal () {
  -        openssh_pidfile="@l_prefix@/var/openssh/openssh.pid"
           [ -f $openssh_pidfile ] && kill -$1 `cat $openssh_pidfile`
       }
   
  @@ -44,8 +44,6 @@
   
   %daily -u @l_susr@
       rcService openssh enable yes || exit 0
  -
  -    #   rotate logfile
       shtool rotate -f \
           -n ${openssh_log_numfiles} -s ${openssh_log_minsize} -d \
           -z ${openssh_log_complevel} -m 644 -o @l_susr@ -g @l_mgrp@ \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to