mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 20:13:52 +02:00
socklog-void: improve INSTALL.msg
This commit is contained in:
parent
54456776ec
commit
e64f035efb
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue