~vcs-imports/samba/main

« back to all changes in this revision

Viewing changes to packaging/RedHat-9/samba.xinetd

  • Committer: jerry
  • Date: 2006-07-14 21:48:39 UTC
  • Revision ID: vcs-imports@canonical.com-20060714214839-586d8c489a8fcead
gutting trunk to move to svn:externals

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# default: off
2
 
# description: SWAT is the Samba Web Admin Tool. Use swat \
3
 
#              to configure your Samba server. To use SWAT, \
4
 
#              connect to port 901 with your favorite web browser.
5
 
service swat
6
 
{
7
 
        port    = 901
8
 
        socket_type     = stream
9
 
        wait    = no
10
 
        only_from = localhost
11
 
        user    = root
12
 
        server  = /usr/sbin/swat
13
 
        log_on_failure  += USERID
14
 
        disable = yes
15
 
}