| 123456789101112131415161718192021222324252627282930313233 |
- Index: Makefile.in
- --- Makefile.in.orig 2004-02-18 04:35:11.000000000 +0100
- +++ Makefile.in 2004-02-24 20:25:23.000000000 +0100
- @@ -226,7 +226,7 @@
- -rm -rf autom4te.cache
- (cd scard && $(MAKE) -f Makefile.in distprep)
-
- -install: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files host-key check-config
- +install: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files host-key
- install-nokeys: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files
-
- check-config:
- Index: auth-pam.h
- --- auth-pam.h.orig 2004-02-10 03:23:29.000000000 +0100
- +++ auth-pam.h 2004-02-24 20:25:23.000000000 +0100
- @@ -28,7 +28,7 @@
- #ifdef USE_PAM
-
- #if !defined(SSHD_PAM_SERVICE)
- -# define SSHD_PAM_SERVICE __progname
- +# define SSHD_PAM_SERVICE "openssh"
- #endif
-
- void start_pam(const char *);
- Index: version.h
- --- version.h.orig 2004-02-23 23:24:02.000000000 +0100
- +++ version.h 2004-02-24 20:25:23.000000000 +0100
- @@ -1,3 +1,3 @@
- /* $OpenBSD: version.h,v 1.40 2004/02/23 15:16:46 markus Exp $ */
-
- -#define SSH_VERSION "OpenSSH_3.8.1p1"
- +#define SSH_VERSION "OpenSSH_3.8.1p1 @l_openpkg_release@"
|