diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-03 12:16:38 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-03 12:16:38 (EDT) |
commit | d910a0a3976ec67a83f6dc09f39d523ea2597c1f (patch) | |
tree | f483711c5bc4d0f191d42daafe5a04128a98cbd4 /src.etc/init.d/mounttmpfs | |
parent | d8a0552bb6f7d41bf40732776b67a7d4412291e7 (diff) |
Make core system /etc/rc.d/ links at build time.
Diffstat (limited to 'src.etc/init.d/mounttmpfs')
-rwxr-xr-x | src.etc/init.d/mounttmpfs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src.etc/init.d/mounttmpfs b/src.etc/init.d/mounttmpfs index 267e118..269ba74 100755 --- a/src.etc/init.d/mounttmpfs +++ b/src.etc/init.d/mounttmpfs @@ -1,8 +1,5 @@ #!/bin/sh /etc/rc.common -START='10' -STOP='90' - start() { log 'Mounting temporary file systems' |