You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-irc/znc/files
root c731021bde
Sync with portage [Mon Jun 18 08:37:59 MSK 2018].
6 years ago
..
README.gentoo Sync with portage [Tue Mar 22 09:03:02 MSK 2016]. 8 years ago
README.gentoo-r1 Sync with portage [Wed May 16 08:40:52 MSK 2018]. 6 years ago
znc-1.6.1-create-pidfile-per-default.patch Sync with portage [Wed Sep 16 09:59:16 MSK 2015]. 9 years ago
znc-1.6.1-systemwideconfig.patch Sync with portage [Wed Sep 16 09:59:16 MSK 2015]. 9 years ago
znc.confd-r1 Sync with portage [Wed Sep 16 09:59:16 MSK 2015]. 9 years ago
znc.initd-r1 Sync with portage [Wed Mar 1 14:54:55 MSK 2017]. 7 years ago
znc.initd-r2 Sync with portage [Wed Mar 1 14:54:55 MSK 2017]. 7 years ago

README.gentoo-r1

To run znc as a user, run 'znc --makeconf' to create a configuration file.


To configure the system-wide daemon, you may run 'emerge --config znc'.

If migrating from a user-based install, you can copy the existing
configuration files:

# mkdir /var/lib/znc
# mv /home/$USER/.znc/* /var/lib/znc
# rm -rf /home/$USER/.znc
# chown -R znc:znc /var/lib/znc

OpenRC users may also adjust the location of the files and the user running
znc in /etc/conf.d/znc instead. Systemd users may have to overwrite the
existing unit file.