1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

Don't test for executability of /usr/sbin/sysctl [before execing

plain sysctl].  We already assumed that many standard commands
exist, and sysctl is not special.
This commit is contained in:
Bruce Evans 1998-01-01 09:04:47 +00:00
parent b1679c0f7e
commit 7083bd1e7d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32154

View File

@ -1,9 +1,9 @@
#!/bin/sh -
#
# $Id: 120.clean-kvmdb,v 1.1.1.1 1997/08/12 17:51:16 pst Exp $
# $Id: 120.clean-kvmdb,v 1.1.1.1 1997/08/16 17:04:02 pst Exp $
#
if [ -d /var/db -a -x /usr/sbin/sysctl ] ; then
if [ -d /var/db ] ; then
echo ""
echo "Cleaning up kernel database files:"