Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 137704 - /etc/init.d/nfsmount of nfs-utils-1.0.8 has redundant restart()
Summary: /etc/init.d/nfsmount of nfs-utils-1.0.8 has redundant restart()
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Network Filesystems
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-23 03:39 UTC by Petteri Räty (RETIRED)
Modified: 2006-06-27 20:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petteri Räty (RETIRED) gentoo-dev 2006-06-23 03:39:53 UTC
restart() {
        svc_stop
        svc_start
}

The default function already does this and better so the function should be removed from the init script.
Comment 1 SpanKY gentoo-dev 2006-06-27 20:28:51 UTC
in portage, thanks