diff options
author | Roy Marples <roy@marples.name> | 2008-03-02 21:14:01 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-03-02 21:14:01 +0000 |
commit | 67c5fd6bb8f1d489f7dd012a63a370f20fbe02da (patch) | |
tree | cf413352b5ec98209db226158b2a5113ce14936c /sh/net.sh | |
parent | a12dbdc6c93a7d63591610378e3e570b7c7d2143 (diff) |
Ensure that our scripts call prefixed runscript.
Diffstat (limited to 'sh/net.sh')
-rwxr-xr-x | sh/net.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -#!/sbin/runscript +#!@PREFIX@/sbin/runscript # Copyright 2007-2008 Roy Marples <roy@marples.name> # All rights reserved. Released under the 2-clause BSD license. @@ -21,7 +21,7 @@ depend() need localmount after bootmisc provide net - keyword nojail + keyword nojail noprefix case "${IFACE}" in lo|lo0);; |