prt-get/misc/prt-get.conf
Johannes Winkelmann 1c245401d2 prt-get: document rmlog_on_success
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1140 0b5ae1c7-2405-0410-a7fc-ba219f786e1e
2006-04-04 16:30:54 +00:00

44 lines
1.1 KiB
Plaintext

###
### prt-get conf
###
prtdir /usr/ports/core
prtdir /usr/ports/opt
### User contributed ports - check out http://crux.nu/Main/ContribRules
# prtdir /usr/ports/contrib
### use mypackage form local directory
# prtdir /home/packages/build:mypackage
### use alternate cache file (default: /var/lib/pkg/prt-get.cache
# cachefile /mnt/nfs/cache
### log options:
# writelog enabled # (enabled|disabled)
# logmode overwrite # (append|overwrite)
# rm_on_success no # (yes|no)
logfile /var/log/pkgbuild/%n.log
# path, %p=path to port dir, %n=port name
# %v=version, %r=release
### print README information:
# readme verbose # (verbose|compact|disabled)
### run pre- and post-installs scripts; yes is equivalent to the
### --install-scripts option
# runscripts no # (no|yes)
### alternative commands
# makecommand pkgmk
# addcommand pkgadd
# removecommand pkgrm
# runscriptcommand sh
### prefer higher versions in sysup / diff
# preferhigher no # (yes|no)
### use regexp search
# useregex no # (yes|no)