Mercurial > noffle
changeset 327:a9d3ea0478c1 noffle
[svn] fixed permissions of xinetd example
author | godisch |
---|---|
date | Mon, 24 Feb 2003 06:23:50 +0000 |
parents | f478d73876e7 |
children | 3841bbff35d5 |
files | debian/rules |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/debian/rules Mon Feb 24 06:22:57 2003 +0000 +++ b/debian/rules Mon Feb 24 06:23:50 2003 +0000 @@ -1,5 +1,5 @@ #!/usr/bin/make -f -# $Id: rules 461 2003-02-24 06:22:57Z godisch $ +# $Id: rules 462 2003-02-24 06:23:50Z godisch $ #export MAINT_BUILD=1 @@ -121,7 +121,7 @@ install -D -o root -g root -m 0644 debian/changelog $(DOCDIR)/changelog.Debian install -o root -g root -m 0644 debian/copyright debian/README.Debian AUTHORS NEWS TODO docs/FAQ docs/INTERNALS docs/NOTES $(DOCDIR) ln -s ../../noffle $(DOCDIR)/examples - install -D -o root -g root -m 0755 debian/xinetd $(DOCDIR)/examples/xinetd.conf + install -D -o root -g root -m 0644 debian/xinetd $(DOCDIR)/examples/xinetd.conf find $(DOCDIR) -type f \( -size +8 -o -name 'changelog*' \) -print0 | xargs -0 gzip -9 # installing config files