aboutsummaryrefslogtreecommitdiffstats
path: root/www/twms/files/twms.in
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-05-21 07:24:53 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-05-21 07:24:53 +0800
commit75c6f21e334c5e05349496351b2dc296c4412fde (patch)
treead606027a045e4437716647bfac275a84d265da5 /www/twms/files/twms.in
parentbe99155fc828fd49525875ff7d3d1c7f9d7211bc (diff)
downloadfreebsd-ports-gnome-75c6f21e334c5e05349496351b2dc296c4412fde.tar.gz
freebsd-ports-gnome-75c6f21e334c5e05349496351b2dc296c4412fde.tar.zst
freebsd-ports-gnome-75c6f21e334c5e05349496351b2dc296c4412fde.zip
- Stagify
- Fix rc.d script - Convert USE_BZIP2 to USES
Diffstat (limited to 'www/twms/files/twms.in')
-rw-r--r--www/twms/files/twms.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/twms/files/twms.in b/www/twms/files/twms.in
index c36c31a2c6e6..a2663e299362 100644
--- a/www/twms/files/twms.in
+++ b/www/twms/files/twms.in
@@ -24,7 +24,7 @@ load_rc_config $name
twms_start()
{
- su -m ${twms_user} -c "nohup $command >/dev/null 2>&1 & ; echo \$! " | tail -1 > ${pidfile}
+ su -m ${twms_user} -c "nohup $command >/dev/null 2>&1 & echo \$! " | tail -1 > ${pidfile}
}
twms_stop()