socklog-void: improve INSTALL.msg

This commit is contained in:
Toyam Cox 2017-03-14 20:35:21 -04:00
parent 54456776ec
commit e64f035efb
2 changed files with 2 additions and 2 deletions

View file

@ -8,6 +8,6 @@ Logs reside in /var/log/socklog/*, use svlogtail for simple access.
To access logs as ordinary user, add yourself to group socklog: To access logs as ordinary user, add yourself to group socklog:
# sudo usermod -a -G socklog <user> $ sudo usermod -a -G socklog $USER
and then re-login to make it effective. and then re-login to make it effective.

View file

@ -1,7 +1,7 @@
# Template file for 'socklog-void' # Template file for 'socklog-void'
pkgname=socklog-void pkgname=socklog-void
version=20150726 version=20150726
revision=2 revision=3
build_style=gnu-makefile build_style=gnu-makefile
system_groups="socklog" system_groups="socklog"
make_dirs="/var/log/socklog 2750 root socklog" make_dirs="/var/log/socklog 2750 root socklog"