Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | general cleanups and reorg | Nalin Dahyabhai | 2001-02-28 | 1 | -331/+433 |
| | |||||
* | use O_NOFOLLOW | Nalin Dahyabhai | 2001-02-28 | 1 | -7/+9 |
| | |||||
* | formatting cleanups | Nalin Dahyabhai | 2001-02-28 | 1 | -27/+32 |
| | |||||
* | fix fixr5-66 | Bill Nottingham | 2001-02-22 | 1 | -1/+1 |
| | |||||
* | don't close the magic file descriptor | Bill Nottingham | 2001-02-22 | 2 | -1/+3 |
| | |||||
* | close extra file descriptors before exec()ing commands in initlog | Bill Nottingham | 2001-02-22 | 2 | -0/+13 |
| | |||||
* | fix segfaults in popt when called with bogus stuff (#28140) | Bill Nottingham | 2001-02-18 | 1 | -1/+5 |
| | |||||
* | change hostnames to all lowercase (#9579) | Bill Nottingham | 2001-01-30 | 1 | -0/+5 |
| | |||||
* | document -q | Bill Nottingham | 2001-01-30 | 1 | -1/+5 |
| | |||||
* | fix build | Bill Nottingham | 2001-01-30 | 1 | -1/+1 |
| | |||||
* | make boot timeout configurable (BOOTTIMEOUT); patch from <awk@awks.org> | Bill Nottingham | 2001-01-29 | 1 | -1/+9 |
| | |||||
* | don't ignore RETRYTIMEOUT when we never connect (#14701) | Bill Nottingham | 2001-01-29 | 1 | -37/+42 |
| | |||||
* | add an alarm, so we don't wait forever for input (#23482) | Bill Nottingham | 2001-01-29 | 1 | -1/+12 |
| | |||||
* | wait another second | Bill Nottingham | 2001-01-29 | 1 | -1/+1 |
| | |||||
* | add an upper bound on how much stuff we'll keep in memory | Bill Nottingham | 2001-01-29 | 1 | -9/+10 |
| | |||||
* | change i18n stuff around; don't call gettext explicitly, just do echo $"some ↵ | Bill Nottingham | 2001-01-23 | 1 | -5/+5 |
| | | | | string" | ||||
* | add MAXFAIL patch for maximum number of failures (#10639) | Bill Nottingham | 2000-12-12 | 1 | -1/+23 |
| | |||||
* | make usernetctl just fall-through if getuid() == 0 | Nalin Dahyabhai | 2000-10-10 | 1 | -1/+1 |
| | |||||
* | be more careful about netreport files | Nalin Dahyabhai | 2000-08-15 | 1 | -3/+8 |
| | |||||
* | don't do silly access checks on the root partition; instead, just try ↵ | Bill Nottingham | 2000-08-11 | 1 | -1/+38 |
| | | | | connecting to the syslog socket if it's there... | ||||
* | add RETRYCONNECT option for ppp-watch | Bill Nottingham | 2000-08-07 | 1 | -0/+5 |
| | |||||
* | be more specific about quoting variables | Nalin Dahyabhai | 2000-08-03 | 1 | -3/+3 |
| | |||||
* | revert | Bill Nottingham | 2000-07-24 | 2 | -2/+2 |
| | |||||
* | /etc/init.d -> /etc/rc.d/init.dr5-36 | Bernhard Rosenkraenzer | 2000-07-24 | 2 | -2/+2 |
| | |||||
* | add support for a timeout argument | Bill Nottingham | 2000-07-02 | 1 | -2/+13 |
| | |||||
* | /etc/rc.d/init.d -> /etc/init.d. Wheeeeee. | Bill Nottingham | 2000-06-15 | 2 | -2/+2 |
| | |||||
* | mandir stuff | Bill Nottingham | 2000-06-01 | 1 | -9/+11 |
| | |||||
* | fixes to get the prototypes right | Bill Nottingham | 2000-05-01 | 1 | -1/+1 |
| | |||||
* | ignore 'Setting filetype' messages from e2fsck in initlog | Bill Nottingham | 2000-04-29 | 1 | -0/+2 |
| | |||||
* | update from the rp3 CVS repository | Nalin Dahyabhai | 2000-04-21 | 1 | -44/+21 |
| | |||||
* | constipated (via rp3) | Nalin Dahyabhai | 2000-04-18 | 2 | -31/+32 |
| | |||||
* | don't delete other ppp-watch processes's pidfiles | Bill Nottingham | 2000-04-03 | 1 | -0/+2 |
| | |||||
* | show usage on bogus arguments | Bill Nottingham | 2000-03-20 | 1 | -3/+6 |
| | |||||
* | open /dev/null for child process instead of closing fds 0,1,2 | Bill Nottingham | 2000-03-20 | 1 | -3/+9 |
| | |||||
* | don't ignore stat return code | Bill Nottingham | 2000-03-07 | 1 | -1/+2 |
| | |||||
* | non-critical changes to shvar to sync with rp3's copy | Nalin Dahyabhai | 2000-02-01 | 2 | -0/+51 |
| | |||||
* | shvar cleanupr4-87 | Nalin Dahyabhai | 2000-02-01 | 1 | -3/+3 |
| | |||||
* | * sysconfig/network-scripts/ifdown-post: | Nalin Dahyabhai | 2000-01-31 | 3 | -38/+31 |
| | | | | | | | | | | | | | attempt to reset the default route in case we dropped it for PPP * src/ipcalc.1: document the "--silent" option * src/shvar.c: strtok() and other cleanups * rc.d/rc.sysinit: make symlinks for System.map and module-info automatically | ||||
* | fix some warnings on alpha | Bill Nottingham | 2000-01-31 | 2 | -4/+4 |
| | |||||
* | return code of socket is -1, not 0 | Bill Nottingham | 2000-01-31 | 1 | -3/+3 |
| | |||||
* | take out some pointless code | Bill Nottingham | 2000-01-21 | 1 | -5/+8 |
| | |||||
* | link popt statically | Bill Nottingham | 2000-01-12 | 1 | -3/+3 |
| | |||||
* | redial after RETRYTIMEOUT on script failure | Michael K. Johnson | 1999-12-06 | 1 | -1/+7 |
| | |||||
* | tyops | Michael K. Johnson | 1999-12-06 | 1 | -2/+2 |
| | |||||
* | handle control-C and such on parent right | Michael K. Johnson | 1999-12-06 | 1 | -7/+36 |
| | | | | use sigaction | ||||
* | open fds, get lock/pid file names right | Michael K. Johnson | 1999-12-03 | 1 | -9/+19 |
| | |||||
* | duh - use dgram to talk to real syslogd | Bill Nottingham | 1999-11-30 | 1 | -1/+1 |
| | |||||
* | comments are dangerous; sometimes they disagree with code... | Michael K. Johnson | 1999-11-22 | 1 | -1/+1 |
| | |||||
* | try not to fill up the logs with pppd failures | Michael K. Johnson | 1999-11-19 | 1 | -1/+14 |
| | |||||
* | added ppp-watch man page | Michael K. Johnson | 1999-11-19 | 2 | -2/+26 |
| |