diff options
| author | Alexander Barton <alex@barton.de> | 2014-07-14 11:40:38 +0200 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2014-07-14 11:40:38 +0200 |
| commit | f5944a17e44b1acd642aaeaf1ad551e3b0074fb5 (patch) | |
| tree | 6bc59fc1a1031f08abf72cb2412d6c1f5d7c87b3 | |
| parent | 06920df4bb88260aba7d5bf1c2000d2e521bab3e (diff) | |
| download | ngircd-f5944a17e44b1acd642aaeaf1ad551e3b0074fb5.tar.gz ngircd-f5944a17e44b1acd642aaeaf1ad551e3b0074fb5.zip | |
Debian: Don't adjust path names that are correct by default
| -rwxr-xr-x | contrib/Debian/rules | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/Debian/rules b/contrib/Debian/rules index bb14b7f9..1630a015 100755 --- a/contrib/Debian/rules +++ b/contrib/Debian/rules @@ -144,7 +144,6 @@ install-ngircd: build-ngircd cat $(CURDIR)/debian/ngircd/usr/share/doc/ngircd/sample-ngircd.conf | \ 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|;PidFile = /var/run/ngircd/ngircd.pid|PidFile = /var/run/ircd/ngircd.pid|g" \ >$(CURDIR)/debian/ngircd/etc/ngircd/ngircd.conf touch $(CURDIR)/debian/ngircd/etc/ngircd/ngircd.motd @@ -162,8 +161,6 @@ install-ngircd-full: build-ngircd-full 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|;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" \ >$(CURDIR)/debian/ngircd-full/etc/ngircd/ngircd.conf touch $(CURDIR)/debian/ngircd-full/etc/ngircd/ngircd.motd @@ -183,8 +180,6 @@ install-ngircd-full-dbg: build-ngircd-full-dbg cat $(CURDIR)/debian/ngircd-full-dbg/usr/share/doc/ngircd-full-dbg/sample-ngircd.conf | \ 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-dbg/Commands.txt|g" | \ sed -e "s|;PidFile = /var/run/ngircd/ngircd.pid|PidFile = /var/run/ircd/ngircd.pid|g" \ >$(CURDIR)/debian/ngircd-full-dbg/etc/ngircd/ngircd.conf touch $(CURDIR)/debian/ngircd-full-dbg/etc/ngircd/ngircd.motd |