|
|
@ -140,6 +140,9 @@ cat $CWD/doinst.sh > $PKG/install/doinst.sh |
|
|
mkdir -p $PKG/etc/rc.d |
|
|
mkdir -p $PKG/etc/rc.d |
|
|
cat $CWD/rc.svxlink > $PKG/etc/rc.d/rc.svxlink.new |
|
|
cat $CWD/rc.svxlink > $PKG/etc/rc.d/rc.svxlink.new |
|
|
|
|
|
|
|
|
|
|
|
mkdir -p $PKG/etc/logrotate.d |
|
|
|
|
|
cat $CWD/svxlink > $PKG/etc/logrotate.d/svxlink |
|
|
|
|
|
|
|
|
# Rename .conf to .new to be processed by doinst.sh |
|
|
# Rename .conf to .new to be processed by doinst.sh |
|
|
rename .conf .conf.new $PKG/etc/svxlink/* |
|
|
rename .conf .conf.new $PKG/etc/svxlink/* |
|
|
rename .conf .conf.new $PKG/etc/svxlink/svxlink.d/*.conf |
|
|
rename .conf .conf.new $PKG/etc/svxlink/svxlink.d/*.conf |
|
|
|