mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Read in configuration variables from /var/portbuild/portbuild.conf.
This commit is contained in:
parent
0d088a094b
commit
b139324d13
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33173
@ -1,8 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
# configurable variables
|
||||
pb=/a/asami/portbuild
|
||||
user=asami
|
||||
pb=/var/portbuild
|
||||
|
||||
. ${pb}/portbuild.conf
|
||||
|
||||
# packages for dependencies only
|
||||
dummyports="x11/XFree86 x11-toolkits/Motif-dummy"
|
||||
|
@ -1,8 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
# configurable variables
|
||||
pb=/a/asami/portbuild
|
||||
mailto=asami@freebsd.org
|
||||
pb=/var/portbuild
|
||||
|
||||
. ${pb}/portbuild.conf
|
||||
|
||||
lock=${pb}/lock
|
||||
status=${pb}/status
|
||||
|
Loading…
Reference in New Issue
Block a user