#!/bin/sh
# compile_bootscripts
cd /usr/src/lfs-bootscripts*

cp -a rc.d sysconfig /etc &&
chown -R root.root /etc/rc.d /etc/sysconfig
