diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2013-06-10 06:42:25 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2013-06-10 06:43:16 +0000 |
commit | 223c0cfb5a67c812a8ba2e51f447201fd1eeb385 (patch) | |
tree | 88e8bd95abb2f4802e897422c1aebd7d4949c233 /testing/lam/lam.post-install | |
parent | 56e86f05b269b4b1fd81f58fd269d6eea4114594 (diff) | |
download | aports-223c0cfb5a67c812a8ba2e51f447201fd1eeb385.tar.bz2 aports-223c0cfb5a67c812a8ba2e51f447201fd1eeb385.tar.xz |
testing/lam: new aport
PHP webfrontend for managing various account types in an LDAP directory in an abstract way
Diffstat (limited to 'testing/lam/lam.post-install')
-rwxr-xr-x | testing/lam/lam.post-install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/lam/lam.post-install b/testing/lam/lam.post-install new file mode 100755 index 0000000000..2f02bd25d5 --- /dev/null +++ b/testing/lam/lam.post-install @@ -0,0 +1,7 @@ +#!/bin/sh +echo "*" +echo "* Please give to the webserver user ownership permission to the following directories:" +echo "* /usr/share/webapps/lam/sess" +echo "* /usr/share/webapps/lam/tmp" +echo "* /etc/lam" +echo "*" |