diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-12-05 21:53:08 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-12-16 15:04:24 +0100 |
commit | 9459f037bf6dd3ee73b6a647cc83b6b98d4c7478 (patch) | |
tree | f76a35fe8e8263f295d964a516dfe3b7eb1c7e0f /target/device/valka/target_skeleton/etc/inetd.conf | |
parent | c874dea8a2b415f1c8f92e6a653999884bf3fa02 (diff) | |
download | buildroot-novena-9459f037bf6dd3ee73b6a647cc83b6b98d4c7478.tar.gz buildroot-novena-9459f037bf6dd3ee73b6a647cc83b6b98d4c7478.zip |
board: remove Valka v100sc2
This default configuration did not even build a kernel image, which is
the main point of having board default configuration. So remove it.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'target/device/valka/target_skeleton/etc/inetd.conf')
-rw-r--r-- | target/device/valka/target_skeleton/etc/inetd.conf | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/target/device/valka/target_skeleton/etc/inetd.conf b/target/device/valka/target_skeleton/etc/inetd.conf deleted file mode 100644 index c0166dd48..000000000 --- a/target/device/valka/target_skeleton/etc/inetd.conf +++ /dev/null @@ -1,23 +0,0 @@ -# /etc/inetd.conf: see inetd(8) for further informations. -# -# Internet server configuration database -# -# -# If you want to disable an entry so it isn't touched during -# package updates just comment it out with a single '#' character. -# -# If you make changes to this file, either reboot your machine or -# send the inetd process a HUP signal: -# Do a "ps x" as root and look up the pid of inetd. Then do a -# kill -HUP <pid of inetd> -# inetd will re-read this file whenever it gets that signal. -# <service_name> <sock_type> <proto> <flags> <user> <server_path> <args> -# -#:INTERNAL: Internal services -# It is generally considered safer to keep these off. -#echo stream tcp nowait root internal -#echo dgram udp wait root internal -#daytime stream tcp nowait root internal -#daytime dgram udp wait root internal -#time stream tcp nowait root internal -#time dgram udp wait root internal |