Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add note about pkg.conf not being needed at all.
Matthew Seaman committed 12 years ago
commit 79cce32cb32a5e72003c31f1977a1d4a0c452d30
parent 643c18564469e1ec3d331974af552af4bcba2d3c
1 file changed +9 -2
modified src/pkg.conf.sample
@@ -2,6 +2,11 @@
# For more information on the file format and
# options please refer to the pkg.conf(5) man page

+
# Note: you don't need to have a pkg.conf file.  Many installations
+
# will work well with no pkg.conf at all or with an empty pkg.conf
+
# (other than comment lines).  You can also override any of these
+
# settings from the environment.
+

# Configuration options -- default values.

#PKG_DBDIR = "/var/db/pkg";
@@ -53,8 +58,10 @@ ALIAS : {
  annotations: info -A,
  build-depends: info -qd,
  download: fetch,
-
  iinfo: info -i -g -x,
-
  isearch: search -i -g -x,
+
  iinfo: info -ix,
+
  cinfo: info -Cx,
+
  isearch: search -ix,
+
  csearch: search -Cx,
  leaf: query -e "%a == 0" "%n-%v",
  list: info -ql,
  origin: info -qo,