NetBSD/distrib/syspkg/sets/etc
jwise 1ca5c1b281 Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

  a.) `make register' will register the existing system as packages.
      This willl allow the version of software on the current system
      to be queried with

	PKG_DBDIR=/var/db/syspkg pkg_info

      and individual packages to be deleted with

	PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

  b.) `make package' will create binary packages from the existing
      system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
      set).  These packages can be taken to another system, and
      installed with

	PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

      to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
2002-01-21 15:45:36 +00:00
..
etc-amd-rc
etc-bind-etc
etc-bind-rc
etc-bootserver-etc
etc-bootserver-rc
etc-cron-log
etc-cron-rc
etc-cron-root
etc-dhclient-etc
etc-dhclient-rc
etc-dhcpd-rc
etc-games-etc
etc-games-scores
etc-ipf-rc
etc-isdn-rc
etc-krb5-rc
etc-lpr-etc
etc-lpr-log
etc-lpr-rc
etc-mail-etc
etc-mailwrapper-etc
etc-man-etc
etc-net-etc
etc-net-rc
etc-netutil-etc
etc-netutil-log
etc-nfsserver-rc
etc-nis-rc
etc-nis-root
etc-ntp-etc
etc-ntp-rc
etc-postfix-etc
etc-postfix-rc
etc-ppp-rc
etc-root-root
etc-router-etc
etc-router-rc
etc-secsh-etc
etc-secsh-rc
etc-sendmail-etc
etc-sendmail-log
etc-sendmail-rc
etc-sys-defaults
etc-sys-etc
etc-sys-log
etc-sys-rc
etc-sys-root
etc-sysutil-etc
etc-sysutil-log
etc-timed-rc
etc-util-etc
etc-uucp-etc
etc-uucp-log
etc-x11-rc
Makefile
Makefile.inc