diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-02-07 20:07:54 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-02-07 20:07:54 +0000 |
commit | b62a23c6c726c2d172d7f0a909dcdc8521ee6a19 (patch) | |
tree | 0512ca2dfbc32f74a431ab060f1a7c9af977a093 /security/openssh-portable/files/batch.patch | |
parent | - Reorganize Makefile in preparation to update to 4.3p1 (diff) |
- Update to 4.3p1
- Use DISTVERSION
- Add most configuration in OPTIONS
- Enable support to libedit in sftp [1]
- Add OPTIONS to HPN patches [2]
- Add new rc.d script [3]
- New rc.d script are responsible to check configuration and create host keys
- Using USE_RC_SUBR
- Modify pkg-message to reflect new rc.d script
- Fix pkg-plist
Reviewd by: dougb [3]
Submitted by: vs [1], brooks [2]
Tested by: me, John E Hein
Diffstat (limited to 'security/openssh-portable/files/batch.patch')
-rw-r--r-- | security/openssh-portable/files/batch.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/security/openssh-portable/files/batch.patch b/security/openssh-portable/files/batch.patch deleted file mode 100644 index a2fa6dcc9da6..000000000000 --- a/security/openssh-portable/files/batch.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Fri Feb 25 18:12:38 2005 -+++ Makefile.in Sat Mar 19 19:53:44 2005 -@@ -230,7 +230,7 @@ - -rm -rf autom4te.cache - (cd scard && $(MAKE) -f Makefile.in distprep) - --install: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files install-sysconf host-key check-config -+install: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files install-sysconf check-config - install-nokeys: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files install-sysconf - install-nosysconf: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files - |