From d604e1d6d38c19ac75f5754372619d63b7d8950f Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Thu, 30 Jan 2003 08:23:53 +0000 Subject: Use the full path to /sbin/sysctl Noticed by: 'make index' in crontab --- security/tripwire12/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/tripwire12') diff --git a/security/tripwire12/Makefile b/security/tripwire12/Makefile index 04fea3c9048a..e868c6c7ceeb 100644 --- a/security/tripwire12/Makefile +++ b/security/tripwire12/Makefile @@ -30,7 +30,7 @@ post-patch: pre-configure: @ ${CP} ${FILESDIR}/conf-freebsd2.h ${WRKSRC}/configs - @ ${SED} s%/kernel%`sysctl -bn kern.bootfile`% \ + @ ${SED} s%/kernel%`/sbin/sysctl -bn kern.bootfile`% \ < ${TWCONFIG} \ > ${WRKSRC}/configs/tw.conf.freebsd2 -- cgit v1.2.3