OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
388 B

  1. Add the following to /etc/xinetd.conf:
  2. service swat
  3. {
  4. socket_type = stream
  5. port = 901
  6. protocol = tcp
  7. wait = no
  8. user = root
  9. server = D_sbindir/swat
  10. }
  11. And the following to /etc/services:
  12. swat 901/tcp # SWAT (Samba Administration Tool)