Mercurial > noffle
changeset 286:6443163104a8 noffle
[svn] * Makefile.am: Install executable owner news.news mode 06755. Install
sample noffle.conf as 0640 news.news.
author | bears |
---|---|
date | Fri, 10 Jan 2003 23:08:17 +0000 |
parents | 01c7c68996e2 |
children | 01755687c565 |
files | Makefile.am |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.am Fri Jan 10 22:41:21 2003 +0000 +++ b/Makefile.am Fri Jan 10 23:08:17 2003 +0000 @@ -5,14 +5,14 @@ EXTRA_DIST = $(PACKAGE).conf.example install-data-local: - $(INSTALL) -m 2755 -o news -g news -d $(DESTDIR)$(SPOOLDIR) + $(INSTALL) -m 06755 -o news -g news -d $(DESTDIR)$(SPOOLDIR) $(INSTALL) -o news -g news -d $(DESTDIR)$(SPOOLDIR)/data $(INSTALL) -o news -g news -d $(DESTDIR)$(SPOOLDIR)/lock $(INSTALL) -o news -g news -d $(DESTDIR)$(SPOOLDIR)/requested $(INSTALL) -o news -g news -d $(DESTDIR)$(SPOOLDIR)/outgoing $(INSTALL) -o news -g news -d $(DESTDIR)$(SPOOLDIR)/overview chown -R news.news $(DESTDIR)$(SPOOLDIR) - $(INSTALL) -m 755 -o 0 -g 0 -d $(DESTDIR)$(DOCDIR) + $(INSTALL) -m 0755 -o 0 -g 0 -d $(DESTDIR)$(DOCDIR) $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/AUTHORS $(DESTDIR)$(DOCDIR) $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/COPYING $(DESTDIR)$(DOCDIR) $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/ChangeLog $(DESTDIR)$(DOCDIR) @@ -23,7 +23,7 @@ $(INSTALL_DATA) -D -o 0 -g 0 $(srcdir)/noffle.conf.example \ $(DESTDIR)$(CONFIGFILE).example chown news.news $(DESTDIR)$(CONFIGFILE).example - chmod 600 $(DESTDIR)$(CONFIGFILE).example + chmod 0640 $(DESTDIR)$(CONFIGFILE).example @echo @echo "****************************************************************" @echo "You should now copy $(DESTDIR)$(CONFIGFILE).example to $(CONFIGFILE)" @@ -33,7 +33,7 @@ install-exec-local: chown news.news $(DESTDIR)$(bindir)/`echo $(PACKAGE)|sed '$(transform)'` - chmod 4755 $(DESTDIR)$(bindir)/`echo $(PACKAGE)|sed '$(transform)'` + chmod 06755 $(DESTDIR)$(bindir)/`echo $(PACKAGE)|sed '$(transform)'` uninstall-local: rm -f $(DESTDIR)$(DOCDIR)/AUTHORS