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 Date: 04-Aug-2003 11:42:49
Branch: HEAD Handle: 2003080410424900
Modified files:
openpkg-src/apg apg.spec
Log:
add missing server
Summary:
Revision Changes Path
1.31 +3 -3 openpkg-src/apg/apg.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apg/apg.spec
============================================================================
$ cvs diff -u -r1.30 -r1.31 apg.spec
--- openpkg-src/apg/apg.spec 4 Aug 2003 09:41:03 -0000 1.30
+++ openpkg-src/apg/apg.spec 4 Aug 2003 09:42:49 -0000 1.31
@@ -50,8 +50,8 @@
%description
Automated Password Generator is a set of tools for random
password generation including a standalone password generator,
- an RFC972 password generation server, and a Perl client for the
- password generation server. These feature a built-in X9.17 random
+ an RFC972 password generation server, and a client for the password
+ generation server. These feature a built-in X9.17 random
number generator, and 27 modes of password generation, including
pronounceable password generation.
@@ -74,7 +74,7 @@
*-solaris* ) libs="-lnsl -lsocket" ;;
*-irix* ) libs="-lnsl -lsocket" ; defs="-DNEED_SOCKLEN_T";;
esac
- %{l_make} %{l_mflags -O} standalone \
+ %{l_make} %{l_mflags -O} all \
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O} $defs" \
CS_LIBS="$libs"
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]