Skip to content
This repository was archived by the owner on Jun 6, 2021. It is now read-only.

Commit

Permalink
Remove specific names from example motd and install atheme.motd if on…
Browse files Browse the repository at this point in the history
…e did not exist yet.
  • Loading branch information
jillest committed Jan 24, 2009
1 parent bd4fcd2 commit 9301688
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/atheme.motd.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ Channel registrations will expire after &chanexpiry& days.
Registered users: &myusers&
Registered channels: &mychans&

Please /join #help for help.
The services administrator can add additional information
here such as where to get additional help with services.
1 change: 1 addition & 0 deletions src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ install: build
$(INSTALL) -m 755 -c $(BIN) $(DESTDIR)$(bindir)
$(INSTALL) -m 600 -c ../dist/atheme.conf.example $(DESTDIR)$(sysconfdir)
$(INSTALL) -m 644 -c ../dist/atheme.motd.example $(DESTDIR)$(sysconfdir)
[ -r $(DESTDIR)$(sysconfdir)/atheme.motd ] || $(INSTALL) -m 644 -c ../dist/atheme.motd.example $(DESTDIR)$(sysconfdir)/atheme.motd || :
$(INSTALL) -m 600 -c ../dist/atheme.conf.userserv-example $(DESTDIR)$(sysconfdir)
$(INSTALL) -m 600 -c ../dist/atheme.conf.operserv-example $(DESTDIR)$(sysconfdir)
$(INSTALL) -m 644 -c ../dist/atheme.cron.example $(DESTDIR)$(sysconfdir)
Expand Down

0 comments on commit 9301688

Please sign in to comment.