- install /usr/bin/dns-config script
authorMark Huang <mlhuang@cs.princeton.edu>
Fri, 26 May 2006 19:59:24 +0000 (19:59 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Fri, 26 May 2006 19:59:24 +0000 (19:59 +0000)
build.sh

index 3655372..bb89f26 100755 (executable)
--- 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"