Link to the Enigma M4 project:
http://www.bytereef.org/m4_project.html
-----*snipped from install script---------
################################################## ###################
# The installer is going to check the connection to the key server. #
################################################## ###################
Are you connected to the Internet Y/N [N]? y
trying whether the key server is up... yes
trying port 65521... success
################################################## ##########
# If you have more than one CPU/core, you can run several #
# instances of the client. #
################################################## ##########
Enter the number of CPUs/cores you want to run the client on [1]: 1
The installer will create this run directory: /home/isprins/.enigma-client
Change the prefix [/home/isprins]:
Change the name(s) [.enigma-client]:
##############################
# Summary #
##############################
Client: enigma-client.py
The installer will create/use this run directory: /home/isprins/.enigma-client
Accept Y/N [N]? y
$$$ Created run directories. $$$
################################################## ####
# If you want to run the client automatically in the #
# background (recommended), you have two options. #
################################################## ####
Option 1:
=========
# Add this to /etc/inittab:
EC:2345:respawn:/bin/su - isprins -c /home/isprins/.enigma-client/ecboot
Option 2:
=========
# Attention: The crontab syntax is for the Vixie cron.
# Add this to your crontab (crontab -e):
@reboot /home/isprins/.enigma-client/ecrun
I have read that crontab and inittab is not used on hardy heron, so how do i solve it ?
Comment