summaryrefslogtreecommitdiffstats
path: root/libbsd.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-07-01 15:49:52 +1000
committerChris Johns <chrisj@rtems.org>2016-07-01 15:49:52 +1000
commit65c65bb7a3e981b01e0dfe42dbd62617b867de55 (patch)
tree1b2b9050d7cbf77729ce55df2641fcb5810b4e18 /libbsd.py
parentAdd ftpd initailize comment. (diff)
downloadrtems-libbsd-65c65bb7a3e981b01e0dfe42dbd62617b867de55.tar.bz2
Add telnetd as service to rc.conf.
Diffstat (limited to 'libbsd.py')
-rwxr-xr-xlibbsd.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/libbsd.py b/libbsd.py
index e116d05b..e8b10343 100755
--- a/libbsd.py
+++ b/libbsd.py
@@ -148,6 +148,8 @@ def rtems(mm):
'telnetd/des.c',
'telnetd/pty.c',
'telnetd/telnetd.c',
+ 'telnetd/telnetd-init.c',
+ 'telnetd/telnetd-service.c',
'sys/dev/tsec/if_tsec_nexus.c',
],
mm.generator['source']()