1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 20:38:00 +01:00

added dhclient.conf.template and made setup.py install it

This commit is contained in:
Adam Blackburn
2009-12-22 18:48:43 -10:00
parent 44e27b509f
commit a327a824f7
2 changed files with 4 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
# wicd will replace $_HOSTNAME in the following line with
# the appropriate hostname for this system
send host-name "$_HOSTNAME";

View File

@@ -473,7 +473,7 @@ try:
data = [ data = [
(wpath.dbus, ['other/wicd.conf']), (wpath.dbus, ['other/wicd.conf']),
(wpath.log, []), (wpath.log, []),
(wpath.etc, []), (wpath.etc, ['other/dhclient.conf.template']),
(wpath.encryption, [('encryption/templates/' + b) for b in (wpath.encryption, [('encryption/templates/' + b) for b in
os.listdir('encryption/templates') if not b.startswith('.')]), os.listdir('encryption/templates') if not b.startswith('.')]),
(wpath.networks, []), (wpath.networks, []),