Ignore:
Timestamp:
08/03/18 13:17:46 (7 years ago)
Author:
Edwin Eefting <edwin@datux.nl>
Branches:
master, perl-5.22
Children:
a384a97
Parents:
981dbbc (diff), 1163be4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'gcc484'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • npl/mailserver/kopano_conf/root/etc/postinst.d/post.kopano_conf

    r981dbbc rce9f9b3  
    5454groupadd kopano
    5555useradd kopano-gateway
     56svcrestart /service/nscd
    5657
    5758#create and own stuff
     
    6566chown kopano:kopano /var/lib/kopano
    6667
     68mkdir /home/system/kopano_webapp
     69chown nobody /home/system/kopano_webapp
     70
    6771#logging
    6872mkdir /var/log/kopano
     
    7276#migrate from zarafa?
    7377if [ -e /home/system/zarafa ]; then
    74         chown kopano:kopano /home/system/zarafa
     78        mv /home/system/kopano /home/system/kopano.old
    7579        mv /home/system/zarafa /home/system/kopano
     80        chown -R kopano:kopano /home/system/kopano
    7681else
    7782        mkdir /home/system/kopano
    78         chown kopano /home/system/kopano || exit 1
     83        chown kopano:kopano /home/system/kopano || exit 1
    7984fi
    8085
Note: See TracChangeset for help on using the changeset viewer.