updated on Sun Jan 15 20:01:04 UTC 2012
[aur-mirror.git] / sedna / sedna.install
blob97c5f4afdd248edc32401723684ef1aff6f5afee
1 post_install() {
2     echo "==> Creating user 'sedna'..."
3     useradd sedna
4     echo "==> Changing permission to data and config directory to user 'sedna'..."
5     chown -R sedna /opt/sedna/data /opt/sedna/cfg
6     echo "If you don't like the default values, change the configuration \
7 file in /opt/sedna/etc and move it to /etc."
8     echo "Also remember that \
9 by default linux does not have enough semaphores for the standard sedna \
10 concurrent connections, so if you need them you must add \
11 the line"
12     echo
13     echo "kernel.sem = \"250 64000 32 256\" "
14     echo 
15     echo "to /etc/sysctl.conf"
17 post_upgrade() {
18     post_install