summaryrefslogtreecommitdiff
path: root/net/pxe
AgeCommit message (Collapse)AuthorFilesLines
2004-04-25Convert to buildlink3.snj1-2/+2
2004-04-23mk/bsd.pkg.install.mk now automatically registersreed1-2/+1
the RCD_SCRIPTS rc.d script(s) to the PLIST. This GENERATE_PLIST idea is part of Greg A. Woods' PR #22954. This helps when the RC_SCRIPTS are installed to a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later, the default RCD_SCRIPTS_EXAMPLEDIR will be changed to be more clear that they are the examples.) These patches also remove the etc/rc.d/ scripts from PLISTs (of packages that use RCD_SCRIPTS). (This also removes now unused references from openssh* makefiles. Note that qmail package has not been changed yet.) I have been doing automatic PLIST registration for RC_SCRIPTS for over a year. Not all of these packages have been tested, but many have been tested and used. Somethings maybe to do: - a few packages still manually install the rc.d scripts to hard-coded etc/rc.d. These need to be fixed. - maybe remove from mk/${OPSYS}.pkg.dist mtree specifications too.
2003-11-07Set USE_GCC_SHLIB. Fixes linking on Solaris.gavan1-1/+2
2003-09-30Updated to 1.4.xtraeme4-23/+54
Patch provided by Adrian Portelli via PR pkg/22323 with some changes by me (GCC 3.x fixes) Changes: * Made the source ansi compliant and fixed namespace usage. * Made debuging a command line switch. * Converted code to use namespaces.
2003-07-30Convert to the bsd.pkg.install.mk framework:jmmv6-41/+36
- Honour PKG_SYSCONFDIR. - Automatically install configuration file from sample directory. - Use RCD_SCRIPTS to automatically handle the rc.d script. - MESSAGE is not needed because of the above two points (standard messages are used). While here, avoid overriding CFLAGS while building and use the right C++ compiler (from CXX's value). Bump PKGREVISION to 1.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2002-09-23comment fix.grant1-2/+1
2002-03-07Remove -ggdb as it confuses egcs on powerpcjmc2-1/+13
2001-11-06Move config file from ${PREFIX}/etc/ to /etc/ so that sharing /usr viacjs3-7/+6
network doesn't force using the same config on all hosts.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-08-06Initial import of pxe-1.2, a Preboot eXecution Environment (network boot)rh6-0/+66
daemon.