From 0d378e905e4df6266d9fc9243e7ed735e12d839b Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sat, 26 Oct 2013 20:17:56 +0200 Subject: inst: cleanup installer making it not rely on path containing . always explicitely execute installer modules with ./name instead of relying that the path contians the dot. --- rc/bin/inst/confignet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rc/bin/inst/confignet') diff --git a/rc/bin/inst/confignet b/rc/bin/inst/confignet index 816bc7dd8..f516de7b0 100755 --- a/rc/bin/inst/confignet +++ b/rc/bin/inst/confignet @@ -12,7 +12,7 @@ case checkready checkdone if(~ $netisfrom ppp ether){ x=config$netisfrom $x=done - config$netisfrom checkdone + ./config$netisfrom checkdone confignet=$$x export confignet exit @@ -60,7 +60,7 @@ case go export netisfrom if(~ $netisfrom ether ppp) - exec config$netisfrom go + exec ./config$netisfrom go if(! test -f /srv/cs && ! test -f /net/cs) ndb/cs -- cgit v1.2.3