pkg-get/doc/pkg-get.conf
John McQuah f769b5251e fix PKGINST to accommodate ports with dashes in their names.
respect --install-root when configured with 'runscripts yes'.

streamline the pkg-repgen script.
2023-06-17 17:52:30 -04:00

14 lines
433 B
Plaintext

##
# /etc/pkg-get.conf
# pkg-get configuration file
# package repositories (remote)
# The first two are remote repositories, the last is a local one
pkgdir /usr/packages/server|http://www.somesite.com/packages
pkgdir /usr/packages/java|http://www.foobar.com/java
pkgdir /usr/packages/games
# runscripts: if "yes" pre-post install scripts are
# automatically executed. Handle with care.
runscripts no