diff -Nur smeserver-hylafax-0.9.old/root/etc/e-smith/templates/etc/init/ttyS0.conf/85hylafax smeserver-hylafax-0.9/root/etc/e-smith/templates/etc/init/ttyS0.conf/85hylafax --- smeserver-hylafax-0.9.old/root/etc/e-smith/templates/etc/init/ttyS0.conf/85hylafax 1969-12-31 19:00:00.000000000 -0500 +++ smeserver-hylafax-0.9/root/etc/e-smith/templates/etc/init/ttyS0.conf/85hylafax 2016-05-03 01:23:48.317000000 -0400 @@ -0,0 +1,14 @@ +{ + my $status = $hylafax{status} || "enabled"; + my $port = $hylafax{port} || "ttyS0"; + + if ($status eq 'enabled') + { + $OUT .= "start on runlevel [2345]\n"; + $OUT .= "stop on runlevel [S016]\n"; + $OUT .= " \n"; + $OUT .= "respawn\n"; + $OUT .= "instance /dev/$port\n"; + $OUT .= "exec /usr/sbin/faxgetty $port\n"; + } +} \ No newline at end of file diff -Nur smeserver-hylafax-0.9.old/root/etc/e-smith/templates/etc/inittab/85hylafax smeserver-hylafax-0.9/root/etc/e-smith/templates/etc/inittab/85hylafax --- smeserver-hylafax-0.9.old/root/etc/e-smith/templates/etc/inittab/85hylafax 2007-07-05 08:21:22.000000000 -0400 +++ smeserver-hylafax-0.9/root/etc/e-smith/templates/etc/inittab/85hylafax 1969-12-31 19:00:00.000000000 -0500 @@ -1,9 +0,0 @@ -{ - my $status = $hylafax{status} || "enabled"; - my $port = $hylafax{port} || "ttyS0"; - - if ($status eq 'enabled') - { - $OUT .= "fax:23457:respawn:/usr/sbin/faxgetty $port\n"; - } -} \ No newline at end of file