diff options
Diffstat (limited to 'packaging/PHT/TurboLinux')
-rw-r--r-- | packaging/PHT/TurboLinux/samba2.spec.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/PHT/TurboLinux/samba2.spec.tmpl b/packaging/PHT/TurboLinux/samba2.spec.tmpl index 64ef9a7f5d4..5505931626a 100644 --- a/packaging/PHT/TurboLinux/samba2.spec.tmpl +++ b/packaging/PHT/TurboLinux/samba2.spec.tmpl @@ -195,7 +195,7 @@ fi # Add swat entry to /etc/inetd.conf if needed if !( grep ^[:space:]*swat /etc/inetd.conf > /dev/null ) then echo 'swat stream tcp nowait.400 root /usr/sbin/swat swat' >> /etc/inetd.conf -killall -1 inetd +killall -1 inetd || : fi %preun |