diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-01-30 08:23:53 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-01-30 08:23:53 +0000 |
commit | d604e1d6d38c19ac75f5754372619d63b7d8950f (patch) | |
tree | d1afe981355b9b0d1ec24b39d433ac134cb6b097 /security/tripwire12 | |
parent | 346b9e5224478c1e304581c8c33e471811c3f139 (diff) | |
download | ports-d604e1d6d38c19ac75f5754372619d63b7d8950f.tar.gz ports-d604e1d6d38c19ac75f5754372619d63b7d8950f.zip |
Use the full path to /sbin/sysctl
Noticed by: 'make index' in crontab
Notes
Notes:
svn path=/head/; revision=74251
Diffstat (limited to 'security/tripwire12')
-rw-r--r-- | security/tripwire12/Makefile | 2 |
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 |