From: Matteo Nastasi Date: Sun, 23 Oct 2011 16:55:33 +0000 (+0200) Subject: crl-manager.py moved in /usr/bin X-Git-Tag: 0.0.1~1 X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=bffa64977018af66ca97dabf031388d319aa8b06;p=threegates.git crl-manager.py moved in /usr/bin --- 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