Change various filenames.

The shell script previously used to launch the daemon is now called
"initscript".  The script files have had the ".js" extension removed
from their names.
This commit is contained in:
John "Elwin" Edwards 2016-01-14 20:52:29 -05:00
parent ff0814c7ac
commit 6457f18b36
7 changed files with 1264 additions and 1264 deletions

View file

@ -19,6 +19,6 @@ install: all
mkdir -p ${CHROOT}/bin
cp sqlickrypt dglwatcher ${CHROOT}/bin
for LIB in `ldd ./sqlickrypt | awk '$$1 ~ "^/" {print $$1}; $$3 ~ "^/" {print $$3}'`; do mkdir -p ${CHROOT}`dirname $$LIB`; cp $$LIB ${CHROOT}$$LIB; done
cp rlgwebd.js rlgwebd-stop.js ${BINDIR}
cp rlgwebd rlgwebd-stop ${BINDIR}
cp ${WEBASSETS} ${CHROOT}/var/www
cp rlgwebd.service /usr/lib/systemd/system