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: 04-Oct-2003 19:52:09
Branch: HEAD Handle: 2003100418520602
Modified files:
openpkg-src/keychain keychain.spec
openpkg-web news.txt
Log:
cleanups
Summary:
Revision Changes Path
1.15 +12 -13 openpkg-src/keychain/keychain.spec
1.6846 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/keychain/keychain.spec
============================================================================
$ cvs diff -u -r1.14 -r1.15 keychain.spec
--- openpkg-src/keychain/keychain.spec 8 Jul 2003 14:40:20 -0000 1.14
+++ openpkg-src/keychain/keychain.spec 4 Oct 2003 17:52:08 -0000 1.15
@@ -33,10 +33,10 @@
Group: Network
License: GPL
Version: 2.0.3
-Release: 20030418
+Release: 20031004
# list of sources
-Source0:
http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/keychain-%{version}.tar.bz2
+Source0: http://gentoo.oregonstate.edu/distfiles/keychain-%{version}.tar.bz2
# build information
Prefix: %{l_prefix}
@@ -47,22 +47,21 @@
AutoReqProv: no
%description
- Keychain is an OpenSSH key manager, typically run from ~/.bash_profile.
- When run, it will make sure ssh-agent is running; if not, it will start
- ssh-agent. It will redirect ssh-agent's output to
- ~/.ssh-agent-[hostname], so that cron jobs that need to use ssh-agent keys
- can simply source this file and make the necessary passwordless ssh
- connections. In addition, when keychain runs, it will check with
- ssh-agent and make sure that the ssh RSA/DSA keys that you specified on
- the keychain command line have actually been added to ssh-agent. If not,
- you are prompted for the appropriate passphrases so that they can be added
- by keychain.
+ Keychain is an OpenSSH key manager, typically run from
+ ~/.bash_profile. When run, it will make sure ssh-agent is running;
+ if not, it will start ssh-agent. It will redirect ssh-agent's output
+ to ~/.ssh-agent-[hostname], so that cron jobs that need to use
+ ssh-agent keys can simply source this file and make the necessary
+ passwordless ssh connections. In addition, when keychain runs, it
+ will check with ssh-agent and make sure that the ssh RSA/DSA keys
+ that you specified on the keychain command line have actually been
+ added to ssh-agent. If not, you are prompted for the appropriate
+ passphrases so that they can be added by keychain.
%prep
%setup -q
%build
- # no-op
%install
rm -rf $RPM_BUILD_ROOT
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6845 -r1.6846 news.txt
--- openpkg-web/news.txt 4 Oct 2003 06:51:38 -0000 1.6845
+++ openpkg-web/news.txt 4 Oct 2003 17:52:06 -0000 1.6846
@@ -1,3 +1,4 @@
+04-Oct-2003: Upgraded package: P<keychain-2.0.3-20031004>
04-Oct-2003: Upgraded package: P<tinyca-0.5.4-20031004>
04-Oct-2003: Upgraded package: P<perl-gtk-20031004-20031004>
03-Oct-2003: Upgraded package: P<pine-4.58L-20031003>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]