From: Enrico Scholz Date: Sun, 3 Jul 2005 20:15:39 +0000 (+0000) Subject: check for 'nohup' X-Git-Tag: version_0_30_210~145 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac6f976e841b01412df87bae85e3493119b58592;p=util-vserver.git check for 'nohup' git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2136 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/configure.ac b/util-vserver/configure.ac index 29a17b1..e506253 100644 --- a/util-vserver/configure.ac +++ b/util-vserver/configure.ac @@ -52,6 +52,7 @@ ENSC_PATHPROG(IP, ip,, [Usually, this tool is shipped in the 'iprout ENSC_PATHPROG(IPTABLES, iptables) ENSC_PATHPROG(MODPROBE, modprobe) ENSC_PATHPROG(NAMEIF, nameif) +ENSC_PATHPROG(NOHUP, nohup) ENSC_PATHPROG(RMMOD, rmmod) ENSC_PATHPROG(VCONFIG, vconfig,, [See http://www.candelatech.com/~greear/vlan.html; usually this tool is shipped in the 'vconfig' or 'vlan' package of your distribution]) ENSC_PATHPROG(WGET, wget)