[CVS] OpenPKG: openpkg-src/amd/ amd.conf amd.spec openpkg-web/ news.tx...

2003-02-26 Thread Michael van Elst
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael van Elst
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web  Date:   26-Feb-2003 10:49:00
  Branch: HEAD Handle: 2003022609485801

  Modified files:
openpkg-src/amd amd.conf amd.spec
openpkg-web news.txt

  Log:
make restart-mounts the default to avoid stacked mounts on restart of
amd. This is safer than trying to clean up mounts on exit, because
umount may fail

  Summary:
RevisionChanges Path
1.4 +1  -1  openpkg-src/amd/amd.conf
1.38+9  -1  openpkg-src/amd/amd.spec
1.3457  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/amd/amd.conf
  
  $ cvs diff -u -r1.3 -r1.4 amd.conf
  --- openpkg-src/amd/amd.conf  20 Feb 2003 14:41:29 -  1.3
  +++ openpkg-src/amd/amd.conf  26 Feb 2003 09:48:59 -  1.4
  @@ -9,7 +9,7 @@
   search_path= @l_prefix@/etc/amd/:/etc/amdmaps
   normalize_hostnames= yes
   print_pid  = yes
  -restart_mounts = no
  +restart_mounts = yes
   unmount_on_exit= no
   cache_duration = 300
   print_version  = yes
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/amd/amd.spec
  
  $ cvs diff -u -r1.37 -r1.38 amd.spec
  --- openpkg-src/amd/amd.spec  20 Feb 2003 14:41:29 -  1.37
  +++ openpkg-src/amd/amd.spec  26 Feb 2003 09:48:59 -  1.38
  @@ -33,7 +33,7 @@
   Group:System
   License:  BSD
   Version:  6.0.9
  -Release:  20030220
  +Release:  20030226
   
   #   list of sources
   Source0:  ftp://ftp.am-utils.org/pub/am-utils/am-utils-%{version}.tar.gz
  @@ -71,6 +71,14 @@
   %patch -p1
   
   %build
  +case %{l_target} in
  +*-netbsd* )
  +%{l_shtool} subst \
  +-e 's;\(!defined(__FreeBSD__)\);(\1 || !defined(__NetBSD__));g' \
  +hlfsd/stubs.c
  +;;
  +esac
  +
   #   disable system LDAP support because it makes trouble (at least under 
Solaris 9)
   ( echo ac_cv_func_ldap_open=\${ac_cv_func_ldap_open='no'}
 echo ac_cv_header_ldap_h=\${ac_cv_header_ldap_h='no'}
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.3456 -r1.3457 news.txt
  --- openpkg-web/news.txt  25 Feb 2003 19:52:54 -  1.3456
  +++ openpkg-web/news.txt  26 Feb 2003 09:48:58 -  1.3457
  @@ -1,3 +1,4 @@
  +26-Feb-2003: Upgraded package: Pamd-6.0.9-20030226
   25-Feb-2003: Upgraded package: Pgcc33-3.3s20030224-20030225
   25-Feb-2003: Upgraded package: Pvim-6.1.359-20030225
   25-Feb-2003: Upgraded package: Pperl-xml-20030225-20030225
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/amd/ amd.conf amd.spec openpkg-web/ news.tx...

2003-02-20 Thread Michael van Elst
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael van Elst
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web  Date:   20-Feb-2003 15:41:29
  Branch: HEAD Handle: 2003022014412702

  Modified files:
openpkg-src/amd amd.conf amd.spec
openpkg-web news.txt

  Log:
no pid-file without printing the pid

  Summary:
RevisionChanges Path
1.3 +1  -1  openpkg-src/amd/amd.conf
1.37+1  -1  openpkg-src/amd/amd.spec
1.3379  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/amd/amd.conf
  
  $ cvs diff -u -r1.2 -r1.3 amd.conf
  --- openpkg-src/amd/amd.conf  30 Nov 2001 20:14:11 -  1.2
  +++ openpkg-src/amd/amd.conf  20 Feb 2003 14:41:29 -  1.3
  @@ -8,7 +8,7 @@
   log_file   = @l_prefix@/var/amd/amd.log
   search_path= @l_prefix@/etc/amd/:/etc/amdmaps
   normalize_hostnames= yes
  -print_pid  = no
  +print_pid  = yes
   restart_mounts = no
   unmount_on_exit= no
   cache_duration = 300
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/amd/amd.spec
  
  $ cvs diff -u -r1.36 -r1.37 amd.spec
  --- openpkg-src/amd/amd.spec  3 Feb 2003 20:40:53 -   1.36
  +++ openpkg-src/amd/amd.spec  20 Feb 2003 14:41:29 -  1.37
  @@ -33,7 +33,7 @@
   Group:System
   License:  BSD
   Version:  6.0.9
  -Release:  20030203
  +Release:  20030220
   
   #   list of sources
   Source0:  ftp://ftp.am-utils.org/pub/am-utils/am-utils-%{version}.tar.gz
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.3378 -r1.3379 news.txt
  --- openpkg-web/news.txt  20 Feb 2003 14:00:32 -  1.3378
  +++ openpkg-web/news.txt  20 Feb 2003 14:41:27 -  1.3379
  @@ -1,3 +1,4 @@
  +20-Feb-2003: Upgraded package: Pamd-6.0.9-20030220
   20-Feb-2003: Upgraded package: Pas-cui-0.6.2-20030220
   20-Feb-2003: Upgraded package: Pnano-1.2.0-20030120
   20-Feb-2003: Upgraded package: Pvim-6.1.343-20030220
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]