mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
x11/nvidia-hybrid-graphics: fix rc script
xorg rc script broken since 88b0ae2bb9
PR: 266245
This commit is contained in:
parent
9c700b63d1
commit
0195d57f8d
@ -1,5 +1,5 @@
|
||||
PORTNAME= nvidia-hybrid-graphics
|
||||
PORTVERSION= 0.5
|
||||
PORTVERSION= 0.6
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= # none
|
||||
DISTFILES= # none
|
||||
|
@ -20,7 +20,7 @@ load_rc_config $name
|
||||
|
||||
command=/usr/sbin/daemon
|
||||
pidfile=/var/run/${name}.pid
|
||||
procname="%%LOCALBASE%%/bin/Xorg"
|
||||
procname="%%LOCALBASE%%/libexec/Xorg"
|
||||
command_args="-p ${pidfile} -f %%PREFIX%%/bin/Xorg-nvidia-headless"
|
||||
start_precmd="${name}_prestart"
|
||||
stop_postcmd="${name}_poststop"
|
||||
|
Loading…
Reference in New Issue
Block a user