Skip to content

Commit

Permalink
Moving add_group_user to the autoconf-macros project
Browse files Browse the repository at this point in the history
Might not be the best place for it, but until there's another
subtree group, this will have to do
  • Loading branch information
John C. Frickson committed Jun 30, 2016
1 parent fe72e92 commit 12d4cb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 137 deletions.
4 changes: 2 additions & 2 deletions Makefile.in
Expand Up @@ -167,9 +167,9 @@ install-config:
$(INSTALL) -m 644 $(NRPE_INSTALL_OPTS) sample-config/nrpe.cfg $(CFGDIR)

install-groups-users:
@build-aux/add_group_user $(DIST) $(NAGIOS_USER) $(NAGIOS_GROUP)
@macros/add_group_user $(DIST) $(NAGIOS_USER) $(NAGIOS_GROUP)
@if test "$(NAGIOS_USER)" != "$(NRPE_USER)" -o "$(NAGIOS_GROUP)" != "$(NRPE_GROUP)"; then\
build-aux/add_group_user $(DIST) $(NRPE_USER) $(NRPE_GROUP);\
macros/add_group_user $(DIST) $(NRPE_USER) $(NRPE_GROUP);\
fi

solaris-package:
Expand Down
135 changes: 0 additions & 135 deletions build-aux/add_group_user

This file was deleted.

1 comment on commit 12d4cb8

@alijahanzeb
Copy link

@alijahanzeb alijahanzeb commented on 12d4cb8 Aug 21, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lowes single vanity
Thanks for sharing a piece of good knowledge. I really appreciate your attempt.

Please sign in to comment.