1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/net-mgmt/noc/files/pkg-message.in
Beech Rintoul 6eab245ddd -Update to 0.6.4
-Changes in port:
-Change depends of django to django-1.3.x version only
-Add options for make 'noc' with GMPY and PEP8 modules
-Remove creating user anf group from pkg-install script and use bsd.port.mk
 mechanism.
-Autogenerate PLIST file from MANIFEST file in distribution.

PR:		ports/156809
Submitted by:	Stanislav A Svirid <count@211.ru> (maintainer)
Approved by:	itetcu (mentor)(implicit)
2011-05-11 17:15:54 +00:00

17 lines
507 B
Plaintext

**********************************************************************
Enable NOC in /etc/rc.conf with the following line:
noc_enable="YES"
Don't forget create DB in postgresql (see Documentation for NOC).
and run createlang after createdb:
createlang plpgsql noc
After create db (or if you updating from previous version) please
run following commnds under user '%%NOCUSER%%':
cd %%NOCDIR%%
./scripts/post-update
**********************************************************************