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:
Revision Changes 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 -0000 1.3
+++ openpkg-src/amd/amd.conf 26 Feb 2003 09:48:59 -0000 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 -0000 1.37
+++ openpkg-src/amd/amd.spec 26 Feb 2003 09:48:59 -0000 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 -0000 1.3456
+++ openpkg-web/news.txt 26 Feb 2003 09:48:58 -0000 1.3457
@@ -1,3 +1,4 @@
+26-Feb-2003: Upgraded package: P<amd-6.0.9-20030226>
25-Feb-2003: Upgraded package: P<gcc33-3.3s20030224-20030225>
25-Feb-2003: Upgraded package: P<vim-6.1.359-20030225>
25-Feb-2003: Upgraded package: P<perl-xml-20030225-20030225>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]