From 0f1408b56c991c6ec0c3ebe194a4e8ffbefef2b3 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Fri, 23 Jun 2006 21:40:46 +0000 Subject: [PATCH] - install db-config script - install openssl.cnf helper file for generating SSL certs --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.sh b/build.sh index bb89f26..6d3733b 100755 --- a/build.sh +++ b/build.sh @@ -116,8 +116,12 @@ 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 db-config $root/usr/bin/db-config install -D -m 755 dns-config $root/usr/bin/dns-config +# Install OpenSSL configuration +install -D -m 644 openssl.cnf $root/etc/planetlab/ssl/openssl.cnf + # Install initscripts echo "* Installing initscripts" find plc.d | cpio -p -d -u $root/etc/ -- 2.47.0