diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-03-12 17:54:07 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-03-12 17:54:07 +0000 |
commit | 5b2b1d78087f359682131bd6d150db0b610ca073 (patch) | |
tree | b0986b781d9c6940acbec4cf330d892e0f8c220e /security/openssh/files/patch-pathnames.h | |
parent | create ssh_config-dist and sshd_config-dist (diff) |
Rename Patches to make navigation much more easier.
Notes
Notes:
svn path=/head/; revision=55941
Diffstat (limited to 'security/openssh/files/patch-pathnames.h')
-rw-r--r-- | security/openssh/files/patch-pathnames.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/security/openssh/files/patch-pathnames.h b/security/openssh/files/patch-pathnames.h new file mode 100644 index 000000000000..0eb763623833 --- /dev/null +++ b/security/openssh/files/patch-pathnames.h @@ -0,0 +1,20 @@ +--- pathnames.h.orig Fri Mar 8 05:51:08 2002 ++++ pathnames.h Fri Mar 8 05:52:57 2002 +@@ -12,7 +12,7 @@ + * called by a name other than "ssh" or "Secure Shell". + */ + +-#define ETCDIR "/etc" ++#define ETCDIR "__PREFIX__/etc" + #define SSHDIR ETCDIR + #define _PATH_SSH_PIDDIR "/var/run" + +@@ -37,7 +37,7 @@ + /* Backwards compatibility */ + #define _PATH_DH_PRIMES ETCDIR "/primes" + +-#define _PATH_SSH_PROGRAM "/usr/bin/ssh" ++#define _PATH_SSH_PROGRAM "__PREFIX__/bin/ssh" + + /* + * The process id of the daemon listening for connections is saved here to |