PLC support scripts as part of myplc package.
authorFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Thu, 28 Feb 2008 17:31:23 +0000 (17:31 +0000)
committerFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Thu, 28 Feb 2008 17:31:23 +0000 (17:31 +0000)
build.sh
support-scripts/gen_aliases.py [moved from scripts/gen_aliases.py with 100% similarity]
support-scripts/renew_reminder.py [moved from scripts/renew_reminder.py with 100% similarity]

index eaf38c0..aa1fa5f 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -65,6 +65,7 @@ install -D -m 755 plc-map.py root/usr/bin/plc-map.py
 install -D -m 755 clean-empty-dirs.py root/usr/bin/clean-empty-dirs.py
 install -D -m 755 mtail.py root/usr/bin/mtail.py
 install -D -m 755 check-ssl-peering.py root/usr/bin/check-ssl-peering.py
+install -D -m 755 support-scripts/* root/etc/support-scripts
 
 # Install initscripts
 echo "* myplc: Installing initscripts"