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: 16-Dec-2006 13:31:11
Branch: HEAD Handle: 2006121612311000
Modified files:
openpkg-src/dbmail dbmail.spec
Log:
users can be created with a single command, too
Summary:
Revision Changes Path
1.8 +2 -2 openpkg-src/dbmail/dbmail.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/dbmail/dbmail.spec
============================================================================
$ cvs diff -u -r1.7 -r1.8 dbmail.spec
--- openpkg-src/dbmail/dbmail.spec 16 Dec 2006 11:51:01 -0000 1.7
+++ openpkg-src/dbmail/dbmail.spec 16 Dec 2006 12:31:10 -0000 1.8
@@ -285,8 +285,8 @@
%endif
echo "Then hook DBMail into your particular MTA manually"
echo "and add each of your users to DBMail with the commands:"
- echo " \$ $RPM_INSTALL_PREFIX/sbin/dbmail-users -a <username> -w
<password>"
- echo " \$ $RPM_INSTALL_PREFIX/sbin/dbmail-users -c <username> -s
<user>@<domain>"
+ echo " \$ $RPM_INSTALL_PREFIX/sbin/dbmail-users \\%{l_nil}"
+ echo " -a <username> -w <password> -s <user>@<domain>"
) | %{l_rpmtool} msg -b -t notice
elif [ $1 -eq 2 ]; then
# after upgrade, restart service
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]