diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-24 02:02:57 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-24 02:02:57 +0000 |
commit | 01e95ed6aaf44653546d32360b6a52eda3f46e05 (patch) | |
tree | 11cf89b0cde64a769195d764d32bb375bad7ea62 /openwrt/package/avahi/files/service-ssh | |
parent | 1bd05f06b6f5e491094432a99731a03af0609c0e (diff) |
disable assertions, add an initscript and some config files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1744 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/avahi/files/service-ssh')
-rw-r--r-- | openwrt/package/avahi/files/service-ssh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/package/avahi/files/service-ssh b/openwrt/package/avahi/files/service-ssh new file mode 100644 index 000000000..b41580378 --- /dev/null +++ b/openwrt/package/avahi/files/service-ssh @@ -0,0 +1,9 @@ +<?xml version="1.0" standalone='no'?><!--*-nxml-*--> +<!DOCTYPE service-group SYSTEM "avahi-service.dtd"> +<service-group> + <name replace-wildcards="yes">Secure Shell on %h</name> + <service> + <type>_ssh._tcp</type> + <port>22</port> + </service> +</service-group> |