Fix some daemon quirks

This commit is contained in:
dcp1990 2005-06-02 03:02:33 +00:00
parent d70a9a130b
commit 5570a601a9
2 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ int main(argc, argv)
difflog = 1;
break;
case 'd':
daemon(0, 0);
daemon(1, 0);
break;
default:
usage(strdup(*argv));

View File

@ -2,6 +2,6 @@ main {
modemdev "/dev/cuaa2";
};
notify {
10.10.10.13;
10.10.10.1;
10.10.10.255;
192.168.1.255;
};