Skip to content

Commit

Permalink
Merge pull request #1932 from 3XX0/dhclient-hook
Browse files Browse the repository at this point in the history
hooks: add dhclient hooks
  • Loading branch information
hallyn committed Nov 29, 2017
2 parents 29a0124 + 27234de commit 242146d
Show file tree
Hide file tree
Showing 6 changed files with 423 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -136,6 +136,8 @@ doc/manpage.refs
doc/api/html/*

hooks/unmount-namespace
hooks/dhclient-start
hooks/dhclient-stop

m4/

Expand Down
2 changes: 2 additions & 0 deletions configure.ac
Expand Up @@ -889,6 +889,8 @@ AC_CONFIG_FILES([
doc/ko/see_also.sgml
hooks/Makefile
hooks/dhclient-start
hooks/dhclient-stop
templates/Makefile
templates/lxc-alpine
Expand Down
3 changes: 3 additions & 0 deletions hooks/Makefile.am
Expand Up @@ -5,6 +5,9 @@ hooks_SCRIPTS = \
clonehostname \
mountecryptfsroot \
ubuntu-cloud-prep \
dhclient-script \
dhclient-start \
dhclient-stop \
squid-deb-proxy-client

binhooks_PROGRAMS = \
Expand Down

0 comments on commit 242146d

Please sign in to comment.