/[packages]/cauldron/dhcp/current/SOURCES/dhclient-exit-hooks
ViewVC logotype

Contents of /cauldron/dhcp/current/SOURCES/dhclient-exit-hooks

Parent Directory Parent Directory | Revision Log Revision Log


Revision 677104 - (show annotations) (download)
Tue Sep 16 04:39:26 2014 UTC (9 years, 7 months ago) by pterjan
File size: 152 byte(s)
- Move static-routes dhclient hook to the client package (mga#6752)
- Allow having other dhclient hooks
1 #!/bin/bash
2 #
3 # This script contains hooks that will be executed when
4 # dhclient exits.
5 #
6
7 for hook in /etc/dhclient-exit-hooks.d/*.sh; do
8 . hook
9 done

  ViewVC Help
Powered by ViewVC 1.1.30