Revert the warning elimination in rev 1.292. It breaks the Alpha build with:
/usr/src/usr.sbin/sysinstall/menus.c:1323: initializer element is not computable at load time /usr/src/usr.sbin/sysinstall/menus.c:1323: (near initialization for `MenuNetworking.items[9].aux')
This commit is contained in:
parent
7f6652e832
commit
a4f2bb3c63
@ -1320,7 +1320,7 @@ DMenu MenuNetworking = {
|
||||
{ " NFS server", "This machine will be an NFS server",
|
||||
dmenuVarCheck, configNFSServer, NULL, "nfs_server_enable=YES" },
|
||||
{ " Ntpdate", "Select a clock-synchronization server",
|
||||
dmenuVarCheck, dmenuSubmenu, NULL, &MenuNTP, '[', 'X', ']', (int)"ntpdate_enable=YES" },
|
||||
dmenuVarCheck, dmenuSubmenu, NULL, &MenuNTP, '[', 'X', ']', "ntpdate_enable=YES" },
|
||||
{ " PCNFSD", "Run authentication server for clients with PC-NFS.",
|
||||
dmenuVarCheck, configPCNFSD, NULL, "pcnfsd" },
|
||||
{ " portmap", "This machine wants to run the portmapper daemon",
|
||||
|
@ -1320,7 +1320,7 @@ DMenu MenuNetworking = {
|
||||
{ " NFS server", "This machine will be an NFS server",
|
||||
dmenuVarCheck, configNFSServer, NULL, "nfs_server_enable=YES" },
|
||||
{ " Ntpdate", "Select a clock-synchronization server",
|
||||
dmenuVarCheck, dmenuSubmenu, NULL, &MenuNTP, '[', 'X', ']', (int)"ntpdate_enable=YES" },
|
||||
dmenuVarCheck, dmenuSubmenu, NULL, &MenuNTP, '[', 'X', ']', "ntpdate_enable=YES" },
|
||||
{ " PCNFSD", "Run authentication server for clients with PC-NFS.",
|
||||
dmenuVarCheck, configPCNFSD, NULL, "pcnfsd" },
|
||||
{ " portmap", "This machine wants to run the portmapper daemon",
|
||||
|
Loading…
Reference in New Issue
Block a user