Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
emmett1 committed Nov 25, 2017
1 parent 4754331 commit cd5309a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions INSTALL.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

RC_DIR=/etc
RCD_DIR=/etc/rc.d

mkdir -pv ${DESTDIR}{${RC_DIR},${RCD_DIR}}
install -m754 inittab rc.{conf,local,multi,single,shutdown,sysinit} ${DESTDIR}${RC_DIR}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# rc-init
BSD-style init modified from LFS sysvinit script, to be used with LFS system
BSD-style init modified from LFS sysvinit script

0 comments on commit cd5309a

Please sign in to comment.