Added default "services" configuration that enables telnetd for now.

To log in, user is "baron" (if you haven't overridden the $USER environment variable),
and the password is empty (ie. just press return).
Note, the password is currently hardcoded into src/system/libroot/posix/pwd.c.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21561 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2007-07-04 22:26:42 +00:00
parent 679cd7d84b
commit c913d07f6d
2 changed files with 8 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
service telnet {
launch telnetd
}