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: 18-Sep-2003 18:50:24
Branch: HEAD Handle: 2003091817502202
Modified files:
openpkg-src/pam pam.spec pamtool
openpkg-web news.txt
Log:
convert to new %{l_platform} world order
Summary:
Revision Changes Path
1.18 +3 -3 openpkg-src/pam/pam.spec
1.6 +3 -3 openpkg-src/pam/pamtool
1.6623 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/pam/pam.spec
============================================================================
$ cvs diff -u -r1.17 -r1.18 pam.spec
--- openpkg-src/pam/pam.spec 2 Sep 2003 11:13:38 -0000 1.17
+++ openpkg-src/pam/pam.spec 18 Sep 2003 16:50:24 -0000 1.18
@@ -32,8 +32,8 @@
Distribution: OpenPKG [BASE]
Group: Meta
License: PD
-Version: 20030902
-Release: 20030902
+Version: 20030918
+Release: 20030918
# list of sources
Source0: pamtool
@@ -143,7 +143,7 @@
%{l_shtool} mkdir -f -p -m 755 \
$RPM_BUILD_ROOT%{l_prefix}/sbin
%{l_shtool} install -c -m 755 %{l_value -s -a} \
- -e 's;@l_target@;%{l_target};g' \
+ -e 's;@l_platform@;%{l_platform -t};g' \
%{SOURCE pamtool} $RPM_BUILD_ROOT%{l_prefix}/sbin/
# install rc file
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/pam/pamtool
============================================================================
$ cvs diff -u -r1.5 -r1.6 pamtool
--- openpkg-src/pam/pamtool 15 Jul 2003 10:08:29 -0000 1.5
+++ openpkg-src/pam/pamtool 18 Sep 2003 16:50:24 -0000 1.6
@@ -31,7 +31,7 @@
# the OpenPKG instance information
l_prefix="@l_prefix@"
-l_target="@l_target@"
+l_platform="@l_platform@"
# default parameters
verbose=no
@@ -117,7 +117,7 @@
#
# determine platform specific PAM entries
- ( case "$l_target" in
+ ( case "$l_platform" in
*-freebsd* )
echo "auth sufficient ${pam_modpfx}pam_skey.so"
echo "auth required ${pam_modpfx}pam_unix.so try_first_pass"
@@ -133,7 +133,7 @@
echo "session required ${pam_modpfx}pam_unix_session.so"
echo "session required ${pam_modpfx}pam_limits.so"
;;
- *-solaris* )
+ *-sunos* )
echo "auth required ${pam_modpfx}pam_unix.so try_first_pass"
echo "account required ${pam_modpfx}pam_unix.so"
echo "password required ${pam_modpfx}pam_unix.so"
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6622 -r1.6623 news.txt
--- openpkg-web/news.txt 18 Sep 2003 16:45:35 -0000 1.6622
+++ openpkg-web/news.txt 18 Sep 2003 16:50:22 -0000 1.6623
@@ -1,3 +1,4 @@
+18-Sep-2003: Upgraded package: P<pam-20030918-20030918>
18-Sep-2003: Upgraded package: P<xterm-1.79-20030918>
18-Sep-2003: Upgraded package: P<xmame-0.74.1-20030918>
18-Sep-2003: Upgraded package: P<xerces-c-2.3.0-20030918>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]