From 896ad9384ed6d12b3c3fd5cb40a33258d373b5ce Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Fri, 26 May 2006 19:59:24 +0000 Subject: [PATCH] - install /usr/bin/dns-config script --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 3655372..bb89f26 100755 --- a/build.sh +++ b/build.sh @@ -116,6 +116,7 @@ install -D -m 755 plc_config.py $root/tmp/plc_config.py chroot $root sh -c 'cd /tmp; python plc_config.py build; python plc_config.py install' install -D -m 755 plc-config $root/usr/bin/plc-config install -D -m 755 api-config $root/usr/bin/api-config +install -D -m 755 dns-config $root/usr/bin/dns-config # Install initscripts echo "* Installing initscripts" -- 2.47.0