Date: Sunday, December 8, 2013 @ 01:16:40 Author: eric Revision: 201287
Adding files Added: inetutils/trunk/[email protected] inetutils/trunk/[email protected] inetutils/trunk/[email protected] -----------------+ [email protected] | 7 +++++++ [email protected] | 7 +++++++ [email protected] | 7 +++++++ 3 files changed, 21 insertions(+) Added: [email protected] =================================================================== --- [email protected] (rev 0) +++ [email protected] 2013-12-08 00:16:40 UTC (rev 201287) @@ -0,0 +1,7 @@ +[Unit] +Description=Remote Login Facilities Server +After=local-fs.target + +[Service] +ExecStart=-/usr/bin/rlogind +StandardInput=socket Added: [email protected] =================================================================== --- [email protected] (rev 0) +++ [email protected] 2013-12-08 00:16:40 UTC (rev 201287) @@ -0,0 +1,7 @@ +[Unit] +Description=Remote Shell Facilities Server +After=local-fs.target + +[Service] +ExecStart=-/usr/bin/rshd +StandardInput=socket Added: [email protected] =================================================================== --- [email protected] (rev 0) +++ [email protected] 2013-12-08 00:16:40 UTC (rev 201287) @@ -0,0 +1,7 @@ +[Unit] +Description=Telnet Server +After=local-fs.target + +[Service] +ExecStart=-/usr/bin/telnetd +StandardInput=socket
