summaryrefslogtreecommitdiffstats
path: root/package/avahi/files/service-ssh
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-24 02:02:57 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-24 02:02:57 +0000
commitae1cc04e435e3fff9ec36cfbea28a8d4e6b21e03 (patch)
tree1d2ad467f36d9bd0830668927fa66529d7b53576 /package/avahi/files/service-ssh
parent59c6e0e9d04f4facf92256aad9fbaa14b8380d84 (diff)
disable assertions, add an initscript and some config files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1744 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/avahi/files/service-ssh')
-rw-r--r--package/avahi/files/service-ssh9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/avahi/files/service-ssh b/package/avahi/files/service-ssh
new file mode 100644
index 000000000..b41580378
--- /dev/null
+++ b/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>