Corrected bug in usher where /etc/rc* directories were not properly created
This commit is contained in:
@@ -8,7 +8,7 @@ case $1 in
|
||||
;;
|
||||
postinst)
|
||||
install -d -m 755 ${TARGET}/etc/init.d
|
||||
install -d -m 755 ${TARGET}/etc/rc{[0-6],S}.d
|
||||
install -d -m 755 ${TARGET}/etc/rc{{0..6},S}.d
|
||||
|
||||
if [ ! -f ${TARGET}/etc/inittab ]; then
|
||||
install -m 644 ${TARGET}/usr/share/sysvinit/inittab ${TARGET}/etc/inittab
|
||||
|
||||
Reference in New Issue
Block a user