Also replace tabs with spaces in the Markdown source.
# emerge -av ngircd
# emacs /etc/ngircd/ngircd.conf
- # cat /etc/ngircd/ngircd.conf
- [Global]
+ # cat /etc/ngircd/ngircd.conf
+ [Global]
Name = irc.example.com
AdminInfo1 = John Doe
AdminInfo2 = 123 Street Rd.
Info = bla bla bla
ServerGID = nogroup
ServerUID = ngircd
- [Options]
- PAM = no
- # /etc/init.d/ngircd restart
+ NoPAM = yes
+ # /etc/init.d/ngircd restart
I didn't add `ngircd` to the default runlevel. I'll just start it by
hand whenever I want to use it.