ispman/debian ispman-lib.postinst, NONE, 1.1 ispman-web.postinst, NONE, 1.1
Joerg Delker <[email protected]> Thu, 07 Jun 2007 13:01:31 +0000
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/debian
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv31657/debian
Added Files:
ispman-lib.postinst ispman-web.postinst
Log Message:
added postinst for ucf configuration
--- NEW FILE: ispman-lib.postinst ---
#!/bin/sh
if [ "$1" = "configure" ]; then
ucf /usr/share/ispman/conf/ispman.conf.example /etc/ispman/ispman.conf
chgrp www-data /etc/ispman/ispman.conf
chmod 640 /etc/ispman/ispman.conf
fi
--- NEW FILE: ispman-web.postinst ---
#!/bin/sh
if [ "$1" = "configure" ]; then
ucf /usr/share/doc/ispman-web/examples/apache.conf /etc/ispman/apache.conf
ucf /usr/share/doc/ispman-web/examples/mod-perl.apache.conf /etc/ispman/mod-perl.apache.conf
fi
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/