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:   02-Sep-2004 17:22:42
  Branch: HEAD                             Handle: 2004090216224200

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

  Log:
    package cleanup

  Summary:
    Revision    Changes     Path
    1.58        +7  -2      openpkg-src/amd/amd.spec
    1.13        +1  -3      openpkg-src/amd/rc.amd
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/amd/amd.spec
  ============================================================================
  $ cvs diff -u -r1.57 -r1.58 amd.spec
  --- openpkg-src/amd/amd.spec  3 Jun 2004 12:25:32 -0000       1.57
  +++ openpkg-src/amd/amd.spec  2 Sep 2004 15:22:42 -0000       1.58
  @@ -34,7 +34,7 @@
   Group:        System
   License:      BSD
   Version:      6.0.9
  -Release:      20040603
  +Release:      20040902
   
   #   list of sources
   Source0:      ftp://ftp.am-utils.org/pub/am-utils/am-utils-%{version}.tar.gz
  @@ -77,7 +77,12 @@
   %prep
       %setup -q -n am-utils-%{version}
       %patch -p0
  -    %{l_shtool} subst -e 's;ext2;ext3 ext2;' configure
  +    %{l_shtool} subst \
  +        -e 's;ext2;ext3 ext2;' \
  +        configure
  +    %{l_shtool} subst \
  +        -e 's;/etc/amd.conf;%{l_prefix}/etc/amd/amd.conf;g' \
  +        amd/get_args.c
   
   %build
       #   disable system LDAP support because it makes trouble (at least under 
Solaris 9)
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/amd/rc.amd
  ============================================================================
  $ cvs diff -u -r1.12 -r1.13 rc.amd
  --- openpkg-src/amd/rc.amd    24 Jul 2003 08:13:03 -0000      1.12
  +++ openpkg-src/amd/rc.amd    2 Sep 2004 15:22:42 -0000       1.13
  @@ -29,7 +29,7 @@
   %start -u @l_susr@
       rcService amd enable yes || exit 0
       rcService amd active yes && exit 0
  -    @l_prefix@/sbin/amd -F @l_prefix@/etc/amd/amd.conf >/dev/null 2>&1
  +    @l_prefix@/sbin/amd >/dev/null 2>&1
   
   %stop -u @l_susr@
       rcService amd enable yes || exit 0
  @@ -50,8 +50,6 @@
   
   %daily -u @l_susr@
       rcService amd enable yes || exit 0
  -
  -    #   rotate logfile
       shtool rotate -f \
           -n ${amd_log_numfiles} -s ${amd_log_minsize} -d \
           -z ${amd_log_complevel} -o @l_musr@ -g @l_mgrp@ -m 644 \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to