Commit Graph

3300 Commits

Author SHA1 Message Date
Roy Marples c965f74f46 Harden unicode settings 2007-04-23 20:20:40 +00:00
Roy Marples c5ada996ee Fix udhcpc for releasing 2007-04-23 17:19:43 +00:00
Roy Marples 4532564829 Remove debug stuff 2007-04-23 16:43:52 +00:00
Roy Marples 7766f7e987 Fix dhclient 2007-04-23 16:41:32 +00:00
Roy Marples b0e3880bd4 Attempt to fix clip 2007-04-23 07:54:07 +00:00
Roy Marples 52c28add45 error then unlink 2007-04-21 09:23:37 +00:00
Roy Marples 81c595b3fe Don't free in vfork 2007-04-21 08:34:16 +00:00
Roy Marples 3979a1712d Style fixes 2007-04-20 19:03:56 +00:00
Roy Marples 35ee67f446 Re-work the starting and stopping of services so we always know the pid so we can kill our children without the need for process groups which we cannot use as keyboard will not work in init. 2007-04-20 18:58:42 +00:00
Roy Marples a5ba34ec15 Fix rc-abort to notify the plugins we are aborting 2007-04-20 15:02:13 +00:00
Roy Marples 7590e7b258 exec rc-abort 2007-04-20 13:22:27 +00:00
Roy Marples c52f216450 Added the rc-abort command, #175106 thanks to Daniel Drake. 2007-04-20 13:12:21 +00:00
Mike Frysinger a316a1fa72 Automatically mount selinuxfs on /selinux in localmount. 2007-04-20 10:47:24 +00:00
Roy Marples f269f1961b Plugins now run in a forked process for extra resliance. 2007-04-20 09:39:47 +00:00
Roy Marples 49b8b30ab7 Fix fstabinfo -p / 2007-04-19 15:31:01 +00:00
Roy Marples 2569e85579 strdup -> rc_xstrdup 2007-04-19 14:54:35 +00:00
Roy Marples 3ed60d5202 Use RTLD_NOW instead of RTLD_LAZY 2007-04-19 14:41:10 +00:00
Roy Marples 026926fc4f Revert commit as we now remove the dhcp default for ppp links 2007-04-19 13:05:07 +00:00
Roy Marples 4768bd45f2 Remove default config for ppp 2007-04-19 13:00:59 +00:00
Roy Marples 247dec818b document config_ppp0=null 2007-04-19 12:55:35 +00:00
Roy Marples b9f75802b0 duh, idiot uber 2007-04-19 12:24:10 +00:00
Roy Marples 768a8cf86c no need for the sed using printf 2007-04-19 12:09:19 +00:00
Roy Marples d3b28724b5 use printf %s 2007-04-19 12:05:25 +00:00
Roy Marples c2407df288 As pppd is mainly a link controller, move it's startup to pppd_pre_start and have pppd_start as a dummy function for old configs. 2007-04-19 10:52:37 +00:00
Roy Marples 2fc28414fa printf is more portable than echo -n 2007-04-19 07:37:59 +00:00
Roy Marples f05ac25185 Fix bridge some more, remove superflous warning from vewarn and error when no interface correctly 2007-04-19 06:46:29 +00:00
Roy Marples fb2f0495a6 more pppd fixes 2007-04-18 14:42:40 +00:00
Roy Marples 6617d946ec get pppoa the right way around 2007-04-18 14:23:50 +00:00
Roy Marples 35dc4e3424 Try and fix pppd, thanks to zzam for the patch 2007-04-18 14:21:25 +00:00
Roy Marples cc62b67b7f Duh, quote eval properly 2007-04-17 20:07:24 +00:00
Mike Frysinger e2af000463 remove APPLET check so we can create .depend 2007-04-17 13:00:05 +00:00
Mike Frysinger 9d50d4cb25 start unifying help handling 2007-04-17 12:44:32 +00:00
Mike Frysinger f5e65274f0 fix #if handling in get_term_columns 2007-04-17 12:21:15 +00:00
Roy Marples e635e16464 Fix bridge, vlan and bonding modules to work together, #174792. 2007-04-17 11:27:47 +00:00
Roy Marples f657d87b99 Rationalise our colour usage a little. 2007-04-17 09:32:18 +00:00
Roy Marples 0f92b5e7df Allow user vars for colours in our shell scripts too 2007-04-17 07:11:27 +00:00
Roy Marples 54d297725e env vars EINFO_GOOD and friends now override our hardcoded builtins. 2007-04-17 07:06:04 +00:00
Mike Frysinger 2266255ac5 Allow addons to pass up their exit status in import_addon. Simplify /dev handling in init.sh and add mdev as an option. 2007-04-17 00:07:09 +00:00
Roy Marples c688523fcc Punted the volumes init script. Volume handling will be handled by
init script that can be run at any point, even before checkroot.
2007-04-16 13:05:33 +00:00
Roy Marples 757b8bcc96 Don't search for a space after interface names in /proc/net, #174792 thanks to Mike Auty. 2007-04-16 12:56:43 +00:00
Roy Marples 74527291b5 ramfs has no special options 2007-04-14 09:27:29 +00:00
Roy Marples 6ff4a83d59 More basename compliance. 2007-04-13 16:00:25 +00:00
Roy Marples 2714263040 Punt .depend 2007-04-13 15:23:46 +00:00
Roy Marples 36e16cef47 Ignore and clean .depend 2007-04-13 15:23:03 +00:00
Roy Marples 876bd89f4b hug getopt_long some more 2007-04-13 15:20:10 +00:00
Mike Frysinger 6dde29a0c9 add basic --help 2007-04-13 15:09:37 +00:00
Roy Marples bc91e51d43 ls -l ftw! 2007-04-13 14:59:51 +00:00
Mike Frysinger c49d4c6576 expand dist into "normal" (clean svn), "working" (dirty svn, but export clean svn), and "testing" (export dirty svn) 2007-04-13 14:41:46 +00:00
Mike Frysinger a775480627 make distforce a little more robust 2007-04-13 14:36:30 +00:00
Mike Frysinger 8a6bd8e312 use `svn export` 2007-04-13 14:33:22 +00:00