diff options
author | reed <reed@pkgsrc.org> | 2005-07-28 17:54:57 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-07-28 17:54:57 +0000 |
commit | 65f80e9447f73233b8410039524fa81ca7eecb2d (patch) | |
tree | 8c935a5f511eb8248e4d812b258e65a3ddbef1bf /security/openssh/options.mk | |
parent | fee035510b286c47f5ae958f3b00ff218ac6770f (diff) | |
download | pkgsrc-65f80e9447f73233b8410039524fa81ca7eecb2d.tar.gz |
MESSAGE file removed. As mentioned on tech-pkg in May, /etc/ssh.conf
and /etc/sshd.conf is old (and I assume some configurations from
there don't apply any more), user and group are not created
automatically (only if PKG_CREATE_USERGROUP is at default YES),
UsePrivilegeSeparation is the default, and seems to imply that
openssh is insecure without it.
Bump PKGREVISION.
Change comment regarding MESSAGE.Interix.
Removed unused MESSAGE_SUBST settings. Move one to the options.mk
as it is for "pam" only.
Diffstat (limited to 'security/openssh/options.mk')
-rw-r--r-- | security/openssh/options.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openssh/options.mk b/security/openssh/options.mk index 14625acacca..b395caf99c0 100644 --- a/security/openssh/options.mk +++ b/security/openssh/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2005/05/31 11:24:33 dillo Exp $ +# $NetBSD: options.mk,v 1.5 2005/07/28 17:54:57 reed Exp $ .include "../../mk/bsd.prefs.mk" @@ -29,4 +29,5 @@ PATCH_DIST_STRIP= -p1 CONFIGURE_ARGS+= --with-pam PLIST_SRC+= ${.CURDIR}/PLIST.pam MESSAGE_SRC+= ${.CURDIR}/MESSAGE.pam +MESSAGE_SUBST+= EGDIR=${EGDIR} .endif |