X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=contrib%2FDebian%2Frules;h=4df0609c98b51c42019a2f7b2b7dab3e5c1c105c;hp=c824db09170fda6c4f00a5e1ba1d6e6ba50611a1;hb=3d7aa9f90626bb16ef9db9c9c739ba748976448c;hpb=37c8699f3403f8d45c1cfb1679be4248cfb1e726 diff --git a/contrib/Debian/rules b/contrib/Debian/rules index c824db09..4df0609c 100755 --- a/contrib/Debian/rules +++ b/contrib/Debian/rules @@ -159,8 +159,8 @@ install-ngircd-full: build-ngircd-full $(CURDIR)/debian/ngircd-full/usr/share/doc/ngircd-full mkdir -p $(CURDIR)/debian/ngircd-full/var/run/ircd cat $(CURDIR)/debian/ngircd-full/usr/share/doc/ngircd-full/sample-ngircd.conf | \ - sed -e "s|;ServerUID = 65534/ServerUID = irc/g" | \ - sed -e "s|;ServerGID = 65534/ServerGID = irc/g" | \ + sed -e "s|;ServerUID = 65534|ServerUID = irc|g" | \ + sed -e "s|;ServerGID = 65534|ServerGID = irc|g" | \ sed -e "s|;MotdFile = /usr/local/etc/ngircd.motd|MotdFile = /etc/ngircd/ngircd.motd|g" | \ sed -e "s|;HelpFile = /usr/share/doc/ngircd/Commands.txt|HelpFile = /usr/share/doc/ngircd-full/Commands.txt|g" | \ sed -e "s|;PidFile = /var/run/ngircd/ngircd.pid|PidFile = /var/run/ircd/ngircd.pid|g" \