From bffa64977018af66ca97dabf031388d319aa8b06 Mon Sep 17 00:00:00 2001 From: Matteo Nastasi Date: Sun, 23 Oct 2011 18:55:33 +0200 Subject: [PATCH] crl-manager.py moved in /usr/bin --- README.txt | 2 +- bin/threegates_builder.sh | 6 +++--- raw/root/usr/{lib/threegates => }/bin/crl-manager.py | 0 3 files changed, 4 insertions(+), 4 deletions(-) rename raw/root/usr/{lib/threegates => }/bin/crl-manager.py (100%) diff --git a/README.txt b/README.txt index a89ecc1..2762d12 100644 --- a/README.txt +++ b/README.txt @@ -13,7 +13,7 @@ of related Certification Revocation Lists (CRL). - add apache user to "threegates" group - add to the root crontab the line: -*/10 * * * * /usr/lib/threegates/bin/crl-manager.py +*/10 * * * * /usr/bin/crl-manager.py - configure apache to manage CA and CRL (an example in root/etc/apache2/sites-available/001-ssl) diff --git a/bin/threegates_builder.sh b/bin/threegates_builder.sh index 55bfd0d..bf3535e 100755 --- a/bin/threegates_builder.sh +++ b/bin/threegates_builder.sh @@ -42,9 +42,9 @@ if ! grep -q $GROUPNAME /etc/group ; then fi $EXCMD_FS mkdir -p ${THREEGATES_BASE}/usr/lib/threegates/bin -$EXCMD_FS cp raw/root/usr/lib/threegates/bin/crl-manager.py ${THREEGATES_BASE}/usr/lib/threegates/bin -$EXCMD_SY chown root.root ${THREEGATES_BASE}/usr/lib/threegates/bin/crl-manager.py -$EXCMD_FS chmod 744 ${THREEGATES_BASE}/usr/lib/threegates/bin/crl-manager.py +$EXCMD_FS cp raw/root/usr/bin/crl-manager.py ${THREEGATES_BASE}/usr/bin +$EXCMD_SY chown root.root ${THREEGATES_BASE}/usr/bin/crl-manager.py +$EXCMD_FS chmod 744 ${THREEGATES_BASE}/usr/bin/crl-manager.py $EXCMD_FS mkdir -p ${THREEGATES_BASE}/var/lib/threegates diff --git a/raw/root/usr/lib/threegates/bin/crl-manager.py b/raw/root/usr/bin/crl-manager.py similarity index 100% rename from raw/root/usr/lib/threegates/bin/crl-manager.py rename to raw/root/usr/bin/crl-manager.py -- 2.17.1