diff options
| author | Bruno Cesar Ribas <brunoribas@gmail.com> | 2018-08-22 03:35:17 +0000 |
|---|---|---|
| committer | Bruno Cesar Ribas <brunoribas@gmail.com> | 2018-08-22 03:35:17 +0000 |
| commit | dd607f224d351d183418668bc090a53800484002 (patch) | |
| tree | 7f14cfb21992d950242051ccb147dc66953e6a3b /debian/boca.postinst | |
| parent | 25e1cce50cc8c7cbbedc38675dd71e8a9944f451 (diff) | |
| download | boca-dd607f224d351d183418668bc090a53800484002.tar.gz boca-dd607f224d351d183418668bc090a53800484002.zip | |
Creating multiple packages for boca
Until now we had only one package for boca that contains all files. This
approach is not correct since we may have multiple machines for some
specific part of boca, eg, database and autojudge.
This commit starts this new approach by updating Makefile, d/rules,
d/*conffiles d/*postinst
Signed-off-by: Bruno Cesar Ribas <brunoribas@gmail.com>
Diffstat (limited to 'debian/boca.postinst')
| -rw-r--r-- | debian/boca.postinst | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/debian/boca.postinst b/debian/boca.postinst deleted file mode 100644 index 18ce749..0000000 --- a/debian/boca.postinst +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -chown -R www-data.www-data /var/www/boca -chmod -R go-rwx /var/www/boca/src/private -chmod 4555 /usr/bin/safeexec - -a2ensite default-ssl -a2enmod ssl -a2enmod socache_shmcb - -service apache2 restart || true |