This website requires JavaScript.
Explore
Help
Register
Sign In
emo
/
openrc
Watch
1
Star
0
Fork
0
You've already forked openrc
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
openrc
/
sh
History
Roy Marples
e372729b8c
Network config arrays are now split by embedded new lines instead of being evaled into space separated values. This makes it easier to read, maintain and document as discussed on gentoo-dev.
2007-10-29 09:45:49 +00:00
..
functions.sh
-C should force no colour as well
2007-09-28 19:29:59 +00:00
gendepends.sh
Don't use local here
2007-09-02 12:55:18 +00:00
init-common-post.sh
Use mkdir to test.
2007-09-24 15:28:48 +00:00
init-functions.sh
…
Makefile
/lib/rcscripts -> /lib/rc
2007-09-19 13:53:40 +00:00
net.sh
Network config arrays are now split by embedded new lines instead of being evaled into space separated values. This makes it easier to read, maintain and document as discussed on gentoo-dev.
2007-10-29 09:45:49 +00:00
rc-functions.sh
netmount, localmount, halt.sh and net scripts now check OS specific flags to see if a mount is network mounted (linux = fstab, *bsd = "local" in mount options) or not,
#192772
.
2007-10-09 15:33:05 +00:00
rc-help.sh
Document help and status
2007-10-04 14:57:51 +00:00
rc-mount.sh
netmount, localmount, halt.sh and net scripts now check OS specific flags to see if a mount is network mounted (linux = fstab, *bsd = "local" in mount options) or not,
#192772
.
2007-10-09 15:33:05 +00:00
runscript.sh
…