Browse Source

updates

r307
master
David Whedon 23 years ago
parent
commit
7e1a00ba71
  1. 1
      TODO
  2. 2
      utils.c

1
TODO

@ -1,4 +1,3 @@
* put in checks so the user can't enter data that is clearly invalid (perhaps this will be done through debconf.
* do other sorts of network configurations (pcmcia, ppp)
* when the real dhcpcd installs itself we want to make sure it doesn't destroy our nice working configuration, how to do that?
* dhcp and static udebs share a fair amount, perhaps that can be fixed.

2
utils.c

@ -14,7 +14,7 @@
int
execlog (const char *incmd)
{
FILE *logfile, *output;
FILE *output;
char cmd[strlen (incmd) + 6];
char line[MAXLINE];
strcpy (cmd, incmd);

Loading…
Cancel
Save