aboutsummaryrefslogtreecommitdiff
path: root/init.d/Makefile.FreeBSD
AgeCommit message (Collapse)Author
2008-04-29We need to ensure that the init script started is correct, translating ↵Roy Marples
symlinks. This has a new rule - multiplexed services must exist in the same dir as the master sript. So we need to ensuret that net.lo(0) is the real script and not a symlink itself. This fixes Gentoo #219526.
2008-03-26Split sysctl into Linux and BSD specific files.Roy Marples
2008-03-25Fix FreeBSD makefile.Roy Marples
2008-03-25Rework our folder structure so that we don't have OS specific dirs, making ↵Roy Marples
it easier to share init and conf files per OS.