summaryrefslogtreecommitdiff
path: root/mk/scripts.mk
Commit message (Collapse)AuthorAge
* Move non compiled libraries from /lib/rc to /libexec/rcRoy Marples2009-05-23
| | | | | | | | OpenRC version is now stored as plaintext in /libexec/rc/version Plugins (cursplash, splashutils) will have to be re-compiled to pickup the new directories. State data needs to be moved from /lib/rc/init.d to /libexec/rc/init.d as well.
* Add (c) to CopyrightRoy Marples2009-05-01
|
* Go back to gitRoy Marples2009-04-30
|
* make ignore now configures the sv:ignore property.Roy Marples2008-12-04
|
* We need to ensure that the init script started is correct, translating ↵Roy Marples2008-04-29
| | | | 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.
* Add license blurb to a few files and append my email to my name.Roy Marples2008-03-26
|
* use $CP and $SED instead of cp and sedRoy Marples2008-03-26
|
* DIR should be prefixed already.Roy Marples2008-03-25
|
* Rework our folder structure so that we don't have OS specific dirs, making ↵Roy Marples2008-03-25
| | | | it easier to share init and conf files per OS.
* setup a bit of a test frameworkMike Frysinger2008-03-24
|
* add check/test rulesMike Frysinger2008-03-24
|
* Tweak install.Roy Marples2008-03-20
|
* Add missing .mksRoy Marples2008-03-19
|
* Add tunable SYSCONFDIRRoy Marples2008-03-05
|
* Ignore fixes.Roy Marples2008-03-03
|
* Add a gitignore make target.Roy Marples2008-03-03
|
* Use exlicit make targets, not directory contents.Roy Marples2008-03-03
|
* Introduce LOCAL_PREFIX for a user maintained script location.Roy Marples2008-03-03
|
* Ensure that our scripts call prefixed runscript.Roy Marples2008-03-02
|
* Support the use of PREFIX and PKG_PREFIX.Roy Marples2008-02-28
|
* Makefile SH variable now tweaks the default shell used by our scripts.Roy Marples2008-02-27
|
* Specify install modes for all our files.Roy Marples2008-01-30
|
* script install should build objectsRoy Marples2008-01-13
|
* Change lib name during make, not install.Roy Marples2008-01-13
|
* Add sys.mkRoy Marples2008-01-11
|
* NetBSD doesn't include /lib in its link path, so we need to add it as an RPATH.Roy Marples2008-01-11
|
* Use a specific default terminal for rcRoy Marples2008-01-11
|
* Allow OS to define default package locations.Roy Marples2008-01-11
|
* Allow for OS and SUBOS folders so we can introduce NetBSD scripts whilst ↵Roy Marples2008-01-10
keeping BSD for all BSD's.