OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 13-Jun-2005 10:25:42
Branch: HEAD Handle: 2005061309254100
Modified files:
openpkg-src/openpkg HISTORY openpkg.spec
Log:
fix login.cfg adjustments
Summary:
Revision Changes Path
1.271 +1 -0 openpkg-src/openpkg/HISTORY
1.424 +2 -2 openpkg-src/openpkg/openpkg.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/HISTORY
============================================================================
$ cvs diff -u -r1.270 -r1.271 HISTORY
--- openpkg-src/openpkg/HISTORY 11 Jun 2005 11:02:55 -0000 1.270
+++ openpkg-src/openpkg/HISTORY 13 Jun 2005 08:25:41 -0000 1.271
@@ -2,6 +2,7 @@
2005
====
+20050613 part 4 of AIX port: cleanups and fixes for system hooks
20050611 upgrade to latest CVS snapshot of GNU shtool to correctly detect
Mandriva Linux
20050610 patch GNU gzip, OpenPKG-SA-2005.009 (CAN-2005-1228)
20050609 part 3 of AIX port: cleanups and fixes for system hooks
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/openpkg.spec
============================================================================
$ cvs diff -u -r1.423 -r1.424 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 11 Jun 2005 11:02:55 -0000 1.423
+++ openpkg-src/openpkg/openpkg.spec 13 Jun 2005 08:25:41 -0000 1.424
@@ -38,7 +38,7 @@
# o any cc(1)
# the package version/release
-%define V_openpkg 20050611
+%define V_openpkg 20050613
# the used software versions
%define V_rpm 4.2.1
@@ -1495,7 +1495,7 @@
AIX/* )
mkuser id="${uid}" gecos="${realname}"
home="${prefix}" "${usr}"
cp /etc/security/login.cfg
/etc/security/login.cfg.bak && \
- sed -e "/^usw:/,/^[^ ]/s/\\( *shells =.*\\)
*\$/\\1,$shell/" \
+ sed -e "/^usw:/,/^[^ ]/s;\\( *shells =.*\\)
*\$;\\1,$shell;" \
</etc/security/login.cfg.bak
>/etc/security/login.cfg && \
rm -f /etc/security/login.cfg.bak >/dev/null 2>&1
# defer both the setting of the primary group and
the shell,
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]