mirror of
https://github.com/gryf/wicd.git
synced 2026-04-24 15:11:27 +02:00
added dhclient.conf.template and made setup.py install it
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
# wicd will replace $_HOSTNAME in the following line with
|
||||||
|
# the appropriate hostname for this system
|
||||||
|
send host-name "$_HOSTNAME";
|
||||||
@@ -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