diff options
author | dougb <dougb@FreeBSD.org> | 2009-08-25 08:34:02 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2009-08-25 08:34:02 +0800 |
commit | de02489984c19f8bfda8fcafb99960f65414d44b (patch) | |
tree | a67bb06bd27f80db3f65f48220770bd54228a386 /security/swatch | |
parent | b73547b976bc3ba2493bb0c3df0d7c10c0a1c79e (diff) | |
download | freebsd-ports-gnome-de02489984c19f8bfda8fcafb99960f65414d44b.tar.gz freebsd-ports-gnome-de02489984c19f8bfda8fcafb99960f65414d44b.tar.zst freebsd-ports-gnome-de02489984c19f8bfda8fcafb99960f65414d44b.zip |
Not only is procname not needed, but it actively interferes with
the ability of rc.d to properly execute a 'stop' command.
Submitted by: BÅetislav Kubesa <bretislav.kubesa@centrum.cz>
Approved by: Joseph Scott <joseph@josephscott.org> (Maintainer)
Diffstat (limited to 'security/swatch')
-rw-r--r-- | security/swatch/files/swatch.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/swatch/files/swatch.in b/security/swatch/files/swatch.in index b05aceb09a97..27db9a15367f 100644 --- a/security/swatch/files/swatch.in +++ b/security/swatch/files/swatch.in @@ -23,7 +23,6 @@ name=swatch rcvar=`set_rcvar` command=%%PREFIX%%/bin/swatch -procname=%%PREFIX%%/bin/perl load_rc_config ${name} |