diff options
Diffstat (limited to 'add-service')
-rwxr-xr-x | add-service | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/add-service b/add-service index 2fc6bc5..5ffcbef 100755 --- a/add-service +++ b/add-service @@ -82,14 +82,6 @@ else # restart the service if already running if [ -f /var/lock/subsys/$srv ]; then /sbin/service $srv restart > /dev/null 2>/dev/null || : - # restart services that depend of portmap - if [ $srv = portmap ]; then - for s in amd autofs bootparamd clusternfs mcserv nfs nfslock ypserv ypbind yppasswdd ypxfrd; do - if [ -f /var/lock/subsys/$s ]; then - /sbin/service $s restart > /dev/null 2>/dev/null || : - fi - done - fi fi fi |