diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-08-02 07:11:11 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-08-02 07:11:11 +0000 |
commit | 3a3eb397af488e7c7e3e7ff7a80147bf756cca7c (patch) | |
tree | 4206d1aa930475daac4208796516e3a9f6a02752 /Tools | |
parent | 44bc3e23220d42767cd9d28679a12da3aeb7bb04 (diff) | |
download | ports-3a3eb397af488e7c7e3e7ff7a80147bf756cca7c.tar.gz ports-3a3eb397af488e7c7e3e7ff7a80147bf756cca7c.zip |
Notes
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/portbuild/scripts/allgohans | 2 | ||||
-rwxr-xr-x | Tools/portbuild/scripts/allgohans.safe | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Tools/portbuild/scripts/allgohans b/Tools/portbuild/scripts/allgohans index 7c3baa5d3398..dea578a0afb5 100755 --- a/Tools/portbuild/scripts/allgohans +++ b/Tools/portbuild/scripts/allgohans @@ -43,7 +43,7 @@ else fi pb=/var/portbuild -. ${pb}/scripts/server.conf +. ${pb}/conf/server.conf if [ "${arch}" = "all" ]; then arches=$(find ${pb}/*/portbuild.conf) diff --git a/Tools/portbuild/scripts/allgohans.safe b/Tools/portbuild/scripts/allgohans.safe index 290755c73584..4d6d1007f1d0 100755 --- a/Tools/portbuild/scripts/allgohans.safe +++ b/Tools/portbuild/scripts/allgohans.safe @@ -47,7 +47,7 @@ else fi pb=/var/portbuild -. ${pb}/scripts/server.conf +. ${pb}/conf/server.conf if [ "${arch}" = "all" ]; then arches=$(find ${pb}/*/portbuild.conf) |