[Frugalware-darcs] setup-current: netconfig: added a 'desc'
variable to [options]
VMiklos
vmiklos at frugalware.org
Thu Mar 16 18:09:39 CET 2006
[netconfig: added a 'desc' variable to [options]
VMiklos <vmiklos at frugalware.org>**20060118151733
will be used by the menu
] {
hunk ./src/config/net_profiles_spec.txt 26
-
hunk ./src/config/netconfig.c 164
+ if (!strcmp(var, "DESC") && !strlen(profile->desc))
+ strncpy(profile->desc, ptr, PATH_MAX);
hunk ./src/config/netconfig.h 44
+ char desc[PATH_MAX+1];
}
More information about the Frugalware-darcs
mailing list