pkg_create can't deal with named pipes (it just hangs there, and when you
hit ^C, it will splat all the +* files in the current directory). Replace it with an explicit @exec mkfifo/chown/chmod sequence.
This commit is contained in:
parent
02959f4f8d
commit
757a0b1452
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6680
1 changed files with 4 additions and 1 deletions
|
@ -6,6 +6,9 @@ quakeserver/readme.port
|
|||
quakeserver/qserver.sh
|
||||
quakeserver/stopserver.sh
|
||||
quakeserver/quakeserver.log
|
||||
quakeserver/quakeserver.in
|
||||
@exec mkfifo %D/quakeserver/quakeserver.in
|
||||
@exec chown nobody:nobody %D/quakeserver/quakeserver.in
|
||||
@exec chmod 700 %D/quakeserver/quakeserver.in
|
||||
@unexec rm -f %D/quakeserver/quakeserver.in
|
||||
@dirrm quakeserver/id1
|
||||
@dirrm quakeserver
|
||||
|
|
Loading…
Reference in a new issue