projects
/
openwrt
/
svn-archive
/
archive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
init script cleanup, use /etc/rc.d/ for enabled scripts, /etc/init.d/<pkgname> (enabl...
[openwrt/svn-archive/archive.git]
/
libs
/
avahi
/
files
/
service-ssh
1
<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
2
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
3
<service-group>
4
<name replace-wildcards="yes">Secure Shell on %h</name>
5
<service>
6
<type>_ssh._tcp</type>
7
<port>22</port>
8
</service>
9
</service-group>