aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-01-30 16:23:53 +0800
committerkris <kris@FreeBSD.org>2003-01-30 16:23:53 +0800
commit7a003b856887fd70327f25ce5cc7b32298c5787c (patch)
tree465203d109415fae7799f450e68ded894e379550 /security
parent3c186e4ad0c76f35320e6086161162a96c462aa4 (diff)
downloadfreebsd-ports-gnome-7a003b856887fd70327f25ce5cc7b32298c5787c.tar.gz
freebsd-ports-gnome-7a003b856887fd70327f25ce5cc7b32298c5787c.tar.zst
freebsd-ports-gnome-7a003b856887fd70327f25ce5cc7b32298c5787c.zip
Use the full path to /sbin/sysctl
Noticed by: 'make index' in crontab
Diffstat (limited to 'security')
-rw-r--r--security/tripwire12/Makefile2
1 files changed, 1 insertions, 1 deletions
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