mirror of
https://github.com/gryf/wicd.git
synced 2025-12-19 12:28:08 +01:00
added dhclient.conf.template and made setup.py install it
This commit is contained in:
3
other/dhclient.conf.template
Normal file
3
other/dhclient.conf.template
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# wicd will replace $_HOSTNAME in the following line with
|
||||||
|
# the appropriate hostname for this system
|
||||||
|
send host-name "$_HOSTNAME";
|
||||||
2
setup.py
2
setup.py
@@ -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, []),
|
||||||
|
|||||||
Reference in New Issue
Block a user