2ea37cdae3add .depend / .PHONY support
Mike Frysinger
2007-04-13 13:20:26 +0000
2348f115c0use CPPFLAGS rather than CFLAGS where appropriate and make LDFLAGS/-rpath dynamic by only enabling when in .svn repo
Mike Frysinger
2007-04-13 13:06:53 +0000
5ee5f0c661revert previous commit
Mike Frysinger
2007-04-13 12:59:12 +0000
e3440c8ba3dont create .so links as they arent needed for runtime
Mike Frysinger
2007-04-13 12:55:43 +0000
51f43d5a53use ln -sf rather than ln -s incase target exists
Mike Frysinger
2007-04-13 12:39:14 +0000
21902ef882add a symlink for update-rc -> rc-update
Mike Frysinger
2007-04-13 12:38:00 +0000
eabcb48f71netmask -> CIDR is worked out correctly #174341.
Roy Marples
2007-04-13 10:30:57 +0000
a07be0513as-s-d now allows --signal to be used without --stop and --oknodo. man page updated accordingly
Roy Marples
2007-04-13 09:21:16 +0000
824e9577e7Fix module loading, #174360. s-s-d now changes group when changing user, #174362.
Roy Marples
2007-04-13 06:43:00 +0000
1f7770af7bInclude old file conf.d/wireless and warn the user
Roy Marples
2007-04-12 15:47:26 +0000
daa9c99010merge wireless.example into net.example, #174282
Roy Marples
2007-04-12 15:44:05 +0000
67c5d8e940Style updates
Roy Marples
2007-04-12 13:18:52 +0000
000f239534Fix getopt a little
Roy Marples
2007-04-12 10:40:51 +0000
2728cef0e1Hug getopt_long even though it's not POSIX. start-stop-daemon has always required this and all our supported platforms have it.
Roy Marples
2007-04-12 10:08:42 +0000
33d303f184Fix the modules init script
Roy Marples
2007-04-11 15:00:22 +0000
aff7b02dceFix hotplugging of network cards
Roy Marples
2007-04-11 14:52:13 +0000
e6674b2caeCuddle up to LKML C style
Roy Marples
2007-04-11 12:44:47 +0000
55884f7959Correct version
Roy Marples
2007-04-11 10:47:35 +0000
2948663767Release alpha1 of baselayout-2
Roy Marples
2007-04-11 10:46:56 +0000
64c4d3875dMove carrier detection back into net.sh. Reserve a new hook numbers
Roy Marples
2007-04-11 10:40:53 +0000
f754c661f5Add new service hooks, remove pmake stuff from our Makefile and fix rc_services_in_state for scheduled.
Roy Marples
2007-04-11 07:15:02 +0000
ffc96d8d89Change veinfo and friends to einfov. Rationale - we may need veinfo to support va_list in the future.
Roy Marples
2007-04-10 16:11:20 +0000
240399534cint -> time_t
Roy Marples
2007-04-10 14:03:37 +0000
6f93566fc7Fix scanning and clear wepkeys when we start
Roy Marples
2007-04-10 12:41:38 +0000
d3db9e9910Fix indentation
Roy Marples
2007-04-10 11:24:58 +0000
662e308d86Apply sysctl if we don't have an init script
Roy Marples
2007-04-10 10:50:07 +0000
0c98067d57Misc network fixes so we work on my stable server. Splash plugin removed as splashtuils-1.4 now ships with its own.
Roy Marples
2007-04-10 10:33:44 +0000
c5ddc6ef74duh
Roy Marples
2007-04-09 18:57:57 +0000
5076114aa7routes_SSID now works, as does iwconfig.sh for BSD
Roy Marples
2007-04-09 18:56:26 +0000
89ac4eee26rc does not need SIGCHLD handler. Also, always return 0 in /etc/rc as non zero for default may freeze system.
Roy Marples
2007-04-09 17:11:18 +0000
3c7c1736b7Use names instead of numbers for reporting signals and trap signals in rc
Roy Marples
2007-04-09 16:53:21 +0000
3a20ea36ccEnsure fbsd sets up $RUNLEVEL correctly when init changes
Roy Marples
2007-04-09 09:59:09 +0000
049948eb09Only use some gcc flags if gcc actually supports them.
Roy Marples
2007-04-08 17:39:59 +0000
6e2ef07dd3LIBDIR -> LIB. When interuppted, ensure service state is restored correctly. When stopping, don't uncoldplug too early.
Roy Marples
2007-04-08 16:03:48 +0000
a66136655eMove env-update back to /sbin as everything non baselayout expects it in $PATH, including our documentation
Roy Marples
2007-04-07 10:38:40 +0000
2efe075803modules-update -> update-modules
Mike Frysinger
2007-04-07 09:28:00 +0000
6c29966364We don't use err.h
Roy Marples
2007-04-07 08:46:42 +0000
4e64558cbfRemove this until we can make it work properly - ie not hangup when cable goes in/out
Roy Marples
2007-04-06 23:04:38 +0000
25d219a086Use character classes in sed
Roy Marples
2007-04-06 19:38:23 +0000
ab62a84790snprintf is better
Roy Marples
2007-04-06 08:37:15 +0000
9cd5742becstrcpy is bad
Roy Marples
2007-04-06 08:24:48 +0000
0762d88d84Punt the rc-depend man page as it's been moved out of /usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.1.2:/usr/kde/3.5/bin:/usr/qt/3/bin:/usr/games/bin
Roy Marples
2007-04-06 01:07:10 +0000
657be65340Misc fixes, plugged a memory leak in runscript.c and use va_copy to avoid nasty segfaults
Roy Marples
2007-04-06 01:04:07 +0000
308042c87bWe now compile on OpenBSD (no idea if it works or not yet)
Roy Marples
2007-04-05 15:01:09 +0000
6fb700e52cSuperfluous CFLAGS
Roy Marples
2007-04-05 11:42:21 +0000
5af58b4514Rewrite the core parts in C. We now provide librc so other programs can query runlevels, services and state without using bash. We also provide libeinfo so other programs can easily use our informational functions.
Roy Marples
2007-04-05 11:18:42 +0000