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 13:52:46
Branch: HEAD Handle: 2005061312524600
Modified files:
openpkg-src/openpkg openpkg.spec
Log:
one more buglet in the AIX system hooking scripts
Summary:
Revision Changes Path
1.425 +1 -1 openpkg-src/openpkg/openpkg.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/openpkg.spec
============================================================================
$ cvs diff -u -r1.424 -r1.425 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 13 Jun 2005 08:25:41 -0000 1.424
+++ openpkg-src/openpkg/openpkg.spec 13 Jun 2005 11:52:46 -0000 1.425
@@ -1500,7 +1500,7 @@
rm -f /etc/security/login.cfg.bak >/dev/null 2>&1
# defer both the setting of the primary group and
the shell,
# as they do not exist at this stage of processing.
- ( echo "chuser pgrp=\"${grp}\" shell=\"${prefix}\"
\"${usr}\""
+ ( echo "chuser pgrp=\"${grp}\" shell=\"${shell}\"
\"${usr}\"" >/dev/null 2>&1
) >%{l_prefix}.pre-post-process.sh
;;
* )
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]