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:
@@ -315,6 +315,11 @@ SEARCH on $(driverSettingsFiles)
|
|||||||
AddFilesToHaikuImage home config settings kernel drivers
|
AddFilesToHaikuImage home config settings kernel drivers
|
||||||
: $(driverSettingsFiles) ;
|
: $(driverSettingsFiles) ;
|
||||||
|
|
||||||
|
local networkSettingsFiles = <network-settings>services ;
|
||||||
|
SEARCH on $(networkSettingsFiles)
|
||||||
|
= [ FDirName $(HAIKU_TOP) data settings network ] ;
|
||||||
|
AddFilesToHaikuImage common config settings network : $(networkSettingsFiles) ;
|
||||||
|
|
||||||
AddSymlinkToHaikuImage home config settings
|
AddSymlinkToHaikuImage home config settings
|
||||||
: /boot/beos/etc/timezones/Europe/Paris : timezone ;
|
: /boot/beos/etc/timezones/Europe/Paris : timezone ;
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
service telnet {
|
||||||
|
launch telnetd
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user