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
2 changed files with 6 additions and 4 deletions
|
@ -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 a new issue