Age | Commit message (Expand) | Author | Files | Lines |
2002-12-02 | Add initial support for IRIX. | jschauma | 1 | -3/+3 |
2002-11-17 | Introduce new framework which unifies registering packages providing login | salo | 1 | -1/+12 |
2002-10-23 | Unless PKG_RCD_SCRIPTS=YES and RCD_SCRIPTS is non-empty, don't create | jlam | 1 | -6/+3 |
2002-10-23 | Only create RCD_SCRIPTS_DIR if RCD_SCRIPTS is defined and non-empty in | jlam | 1 | -1/+3 |
2002-10-20 | SETUID_ROOT_PERMS is a convenience definition to note an executable is | jlam | 1 | -1/+7 |
2002-10-20 | Generate the INSTALL/DEINSTALL scripts at post-build time, and use proper | jlam | 1 | -8/+19 |
2002-10-20 | Generate the rc.d scripts at post-build time and use proper make | jlam | 1 | -12/+12 |
2002-10-19 | Substitute for ${RCD_SCRIPTS_DIR} in MESSAGE files. | jlam | 1 | -1/+2 |
2002-10-08 | Substitute for ${FIND} and ${XARGS}. | jlam | 1 | -1/+3 |
2002-10-04 | Add new bsd.pkg.install.mk tunable variable: SPECIAL_PERMS. | jlam | 1 | -1/+14 |
2002-09-26 | When PKG_DEBUG_LEVEL=2, set_PKG_DEBUG_SCRIPT is set to "${SH} -x". Use | jlam | 1 | -3/+7 |
2002-09-26 | Don't make ${RCD_SCRIPTS_EXAMPLEDIR} unless it doesn't exist, and if we | jlam | 1 | -2/+6 |
2002-09-20 | Add RCD_SCRIPTS_SHELL to automatic rc.d script handling, defaulting to | grant | 1 | -1/+3 |
2002-09-19 | Restore the ability to not automatically install the rc.d script into | jlam | 1 | -1/+7 |
2002-09-19 | Automatically generate and install the rc.d scripts if specified by | jlam | 1 | -3/+51 |
2002-09-18 | When using bsd.pkg.install.mk, if a DEINSTALL or INSTALL file already | jlam | 1 | -1/+9 |
2002-07-24 | Create a new variable "RCD_SCRIPTS_EXAMPLEDIR" that contains the location | jlam | 1 | -4/+7 |
2002-06-27 | Back out revisions 1.21 and 1.22 and | jlam | 1 | -5/+4 |
2002-06-27 | pass PKG_SYSCONFDIR when calling {PRE,POST}-INSTALL. | grant | 1 | -3/+3 |
2002-06-27 | Only add RCD_SCRIPTS_DIR to MAKE_DIRS if RCD_SCRIPTS isn't empty. | lukem | 1 | -2/+5 |
2002-06-22 | Change PKG_CREATE_USERGROUP and PKG_CONFIG so that their values are merely | jlam | 1 | -1/+19 |
2002-06-20 | In order to solve the following problems: | jlam | 1 | -8/+1 |
2002-03-18 | Back out some changes that I didn't intend to commit. | jlam | 1 | -5/+1 |
2002-03-15 | Allow INSTALL/DEINSTALL scripts to use ${INSTALL_INFO}. | jlam | 1 | -1/+6 |
2002-01-22 | Also replace for @SETENV@ (/usr/bin/env). | jlam | 1 | -1/+2 |
2001-12-26 | Include bsd.prefs.mk so that INSTALL_RCD_SCRIPTS may be defined before the | jlam | 1 | -1/+3 |
2001-12-19 | D'oh! I had the logic reversed for the INSTALL_RCD_SCRIPTS check. | jlam | 1 | -3/+3 |
2001-12-19 | Do previous without breaking package Makefiles that use RCD_SCRIPTS and | jlam | 1 | -5/+6 |
2001-12-18 | By default, don't install the rc.d scripts into /etc/rc.d. Despite the | jlam | 1 | -1/+7 |
2001-12-13 | Substitute for GREP as well. | jlam | 1 | -1/+2 |
2001-12-10 | Substitute for HEAD and GTAR. | jlam | 1 | -1/+3 |
2001-12-09 | Subst. for PERL5 in INSTALL files. | jlam | 1 | -1/+2 |
2001-12-02 | Support automatically calling the INSTALL script during installation. This | jlam | 1 | -3/+7 |
2001-11-26 | Replace PKG_{USER,GROUP} with PKG_USERS and PKG_GROUPS: | jlam | 1 | -33/+31 |
2001-11-25 | PKG_SYSCONFDIR is where the configuration files for a package may be found. | jlam | 1 | -5/+5 |
2001-11-23 | Add SU to FILES_SUBST | abs | 1 | -1/+2 |
2001-11-21 | Refer to /etc/rc.d as ${RCD_SCRIPTS_DIR} more thoroughly. | jlam | 1 | -3/+3 |
2001-11-21 | Change the way the RCD_SCRIPTS variable is used. It now just lists the | jlam | 1 | -3/+6 |
2001-11-19 | For completeness, add a SUPPORT_FILES_PERMS that acts like CONF_FILES_PERMS | jlam | 1 | -3/+7 |
2001-11-19 | Common INSTALL/DEINSTALL scripts and Makefile magic to automatically perform | jlam | 1 | -0/+189 |