/[smecontribs]/rpms/smeserver-pxe/contribs10/smeserver-pxe-0.1-nextserver.patch
ViewVC logotype

Contents of /rpms/smeserver-pxe/contribs10/smeserver-pxe-0.1-nextserver.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Sat May 28 04:52:25 2022 UTC (2 years ago) by trevorb
Branch: MAIN
CVS Tags: smeserver-pxe-0_1-4_el7_sme, smeserver-pxe-0_1-3_el7_sme, HEAD
remove extra = sign in nextserver parameter

1 diff -up smeserver-pxe-0.1/root/etc/e-smith/templates/etc/dhcpd.conf/27pxe.nextserver smeserver-pxe-0.1/root/etc/e-smith/templates/etc/dhcpd.conf/27pxe
2 --- smeserver-pxe-0.1/root/etc/e-smith/templates/etc/dhcpd.conf/27pxe.nextserver 2022-04-29 11:55:49.000000000 +1000
3 +++ smeserver-pxe-0.1/root/etc/e-smith/templates/etc/dhcpd.conf/27pxe 2022-05-28 14:46:41.942040707 +1000
4 @@ -3,7 +3,7 @@
5 {
6 if ($pxe{nextserver})
7 {
8 - $OUT .= " next-server = \"$pxe{nextserver}\";\n\n";
9 + $OUT .= " next-server $pxe{nextserver};\n\n";
10 }
11 my $seq = 0;
12 while (my ($arch, $prog) = each (%pxe))

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed