* Fixed problem when BASEDIR paths were given without a trailing '/'.
[linux_from_scratch.git] / bootscripts / contrib / new-boot-0.2 / sbin / fcron
blob3d87adfc88e1b018c36403ca5c45f21a1c20363e
1 #!/bin/sh
3 #script to simulate fcron for userspace testing
7 #activate the following lines if you want to get a message
8 #when a signal is received
10 #trap "echo syslogd: SIGHUP" SIGHUP
11 #trap "echo syslogd: SIGTERM -\> exiting; exit 0" SIGTERM
12 while true; do sleep 1; done
13 ) &