freebsd-ports/misc/libmcal/files/pkg-message.in
Thierry Thomas 27fa7bdddb - Fix build with gcc42 (lvalue required as left operand of assignment).
Since I'm here:

- update my e-mail;
- set USE_LDCONFIG;
- fix pkg-message for package installation;
- use DOCSDIR.

Reported by:	pointyhat via Kris
2007-03-20 21:22:49 +00:00

16 lines
608 B
Text

*****************************************************************************
libmcal has been installed. In order to end its configuration,
please enter the following commands:
mkdir /var/calendar
chmod 1777 /var/calendar
To work with the mstore driver, using the Apache's htpasswd utility,
you may create the mpasswd file with the command below:
htpasswd -c %%LOCALBASE%%/etc/mpasswd username
To add or update this file you would execute as follows:
htpasswd %%LOCALBASE%%/etc/mpasswd username
*****************************************************************************