1 |
stephdl |
1.1 |
diff -Nur e-smith-base-5.6.0.oldbz8386/createlinks e-smith-base-5.6.0.bz8386/createlinks |
2 |
|
|
--- e-smith-base-5.6.0.oldbz8386/createlinks 2015-01-06 20:57:08.066624481 +0100 |
3 |
|
|
+++ e-smith-base-5.6.0.bz8386/createlinks 2015-01-06 21:47:05.926549844 +0100 |
4 |
|
|
@@ -4,6 +4,9 @@ |
5 |
|
|
|
6 |
|
|
templates2events("/etc/sysconfig/i18n", qw(post-install post-upgrade)); |
7 |
|
|
|
8 |
|
|
+# give the correct configuration file of dhcpd.conf |
9 |
|
|
+templates2events("/etc/dhcp/dhcpd.conf", qw(bootstrap-console-save)); |
10 |
|
|
+ |
11 |
|
|
# ppp-conf-users |
12 |
|
|
|
13 |
|
|
foreach (qw(pap-secrets chap-secrets)) |
14 |
|
|
diff -Nur e-smith-base-5.6.0.oldbz8386/root/etc/e-smith/templates/etc/dhcp/dhcpd.conf/10Base e-smith-base-5.6.0.bz8386/root/etc/e-smith/templates/etc/dhcp/dhcpd.conf/10Base |
15 |
|
|
--- e-smith-base-5.6.0.oldbz8386/root/etc/e-smith/templates/etc/dhcp/dhcpd.conf/10Base 1970-01-01 01:00:00.000000000 +0100 |
16 |
|
|
+++ e-smith-base-5.6.0.bz8386/root/etc/e-smith/templates/etc/dhcp/dhcpd.conf/10Base 2015-01-06 21:18:09.095960681 +0100 |
17 |
|
|
@@ -0,0 +1,6 @@ |
18 |
|
|
+# |
19 |
|
|
+# DHCP Server Configuration file. |
20 |
|
|
+# see /usr/share/doc/dhcp*/dhcpd.conf.sample |
21 |
|
|
+# see 'man 5 dhcpd.conf' |
22 |
|
|
+# |
23 |
|
|
+# The dhcpd configuration file is located at /etc/dhcpd.conf |