From 9289b01b8fea37a8bc8f60735b60ddde3d376401 Mon Sep 17 00:00:00 2001 From: grant Date: Fri, 23 Aug 2002 07:27:54 +0000 Subject: Remove Solaris specific SSH_PID_DIR, as Solaris 8/9 do indeed have a /var/run directory, tmpfs is mounted on /var/run by default. /var/run does not exist by default on Solaris 7, but some daemons appear to make use of it after it is created (eg. syslogd). --- security/openssh/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'security') diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 6620739487e..fac6d3b4682 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.86 2002/08/01 08:35:45 tron Exp $ +# $NetBSD: Makefile,v 1.87 2002/08/23 07:27:54 grant Exp $ DISTNAME= openssh-3.4p1 PKGNAME= openssh-3.4.0.1 @@ -35,11 +35,6 @@ PLIST_SRC= # empty MESSAGE_SRC= ${.CURDIR}/MESSAGE SSH_PID_DIR= /var/run # default directory for PID files -SSH_PID_DIR.SunOS= /etc # Solaris doesn't have a /var/run - -.if defined(SSH_PID_DIR.${OPSYS}) -SSH_PID_DIR= ${SSH_PID_DIR.${OPSYS}} -.endif PKG_SYSCONFSUBDIR= ssh MANDIR= man -- cgit v1.2.3