From: Faiyaz Ahmed Date: Thu, 28 Feb 2008 17:31:23 +0000 (+0000) Subject: PLC support scripts as part of myplc package. X-Git-Tag: MyPLC-4.2-4~26 X-Git-Url: http://git.onelab.eu/?p=myplc.git;a=commitdiff_plain;h=21723e31f5f0f45207a1a2a7c6cf4cd57de9ea73 PLC support scripts as part of myplc package. --- diff --git a/build.sh b/build.sh index eaf38c0..aa1fa5f 100755 --- 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" diff --git a/scripts/gen_aliases.py b/support-scripts/gen_aliases.py similarity index 100% rename from scripts/gen_aliases.py rename to support-scripts/gen_aliases.py diff --git a/scripts/renew_reminder.py b/support-scripts/renew_reminder.py similarity index 100% rename from scripts/renew_reminder.py rename to support-scripts/renew_reminder.py