]> mop.ddnsfree.com - git repositories - threegates.git/commitdiff
crl-manager.py moved in /usr/bin
authorMatteo Nastasi <nastasi@alternativeoutput.it>
Sun, 23 Oct 2011 16:55:33 +0000 (18:55 +0200)
committerMatteo Nastasi <nastasi@alternativeoutput.it>
Sun, 23 Oct 2011 16:55:33 +0000 (18:55 +0200)
README.txt
bin/threegates_builder.sh
raw/root/usr/bin/crl-manager.py [moved from raw/root/usr/lib/threegates/bin/crl-manager.py with 100% similarity]

index a89ecc11c3a1361b53d71e42fe5449e037769030..2762d12fa9401ae394274dd426df0313a64ef053 100644 (file)
@@ -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)
index 55bfd0deab33c963b23508a115901089218c9bd3..bf3535e4d7beff14bdea96b4ae1bf02d1ecf92f5 100755 (executable)
@@ -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