From 816d566440b23b2fb7a0dcab7fa437786936df18 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Sun, 6 Jan 2008 21:56:13 +0000 Subject: No need for basename. --- etc.BSD/rc.devd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc.BSD/rc.devd') diff --git a/etc.BSD/rc.devd b/etc.BSD/rc.devd index d394415f..3073ce5e 100644 --- a/etc.BSD/rc.devd +++ b/etc.BSD/rc.devd @@ -36,8 +36,8 @@ getmedia() { } # Try and create an init script for network interfaces -if [ ! -e /etc/init.d/"$1" ]; then - base=$(basename ${1%%.*}) +if [ ! -e /etc/init.d/"$1" -a ! -e /usr/local/init.d/"$1" ]; then + base=${1%%.*} if [ "${base}" = "net" ]; then # We only create links for pyhsical interfaces [ -n "$(getmedia ${1#*.})" ] || exit 1 -- cgit v1.2.3