summaryrefslogtreecommitdiff
path: root/mk/install/bsd.pkginstall.mk
AgeCommit message (Expand)AuthorFilesLines
2005-09-30Fix a typo... missing a : before the Q variable qualifier, which causedjlam1-2/+2
2005-09-26Allow platform-specific overrides for creating new users and groups.jlam1-3/+11
2005-08-24Removed trailing white-space.rillig1-2/+2
2005-08-24Fixed a typo and added a comment about when to remove the deprecationrillig1-2/+3
2005-08-23This file must not be included by anything other than bsd.pkg.mk.rillig1-4/+5
2005-08-23The real user name in PKG_USERS does not need to be escaped with doublerillig1-19/+23
2005-08-23Made the code for the shell file work on Solaris.rillig1-15/+11
2005-08-23Made the code to create the dirs file work on Solaris.rillig1-83/+26
2005-08-23Made the code for the permissions file work on Solaris.rillig1-17/+12
2005-08-23Shortened the code for the usergroup file and made it work even on Solaris.rillig1-32/+19
2005-08-23Cleaned up the code that parses the CONF_FILES etc. Now it is possiblerillig1-16/+8
2005-08-23Cleaned up the code for creating .install_files. Now only shellrillig1-57/+28
2005-08-22I forgot to add the trailing slash when stripping ${PREFIX} from pathnames.rillig1-2/+2
2005-08-21... and corrected a bug I had overseen. I had only tested that the functionrillig1-2/+2
2005-08-21Simplified the strip_prefix function. Tested with /usr/bin/awk on Solaris,rillig1-5/+4
2005-08-20Add a guideline for what should be listed in REQD_* variables -- theyjlam1-5/+10
2005-08-19Define new variables for package Makefile use:jlam1-48/+94
2005-08-19Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMSjlam1-45/+6
2005-08-19Rewrite sub-script targets so be less susceptible to "make variablejlam1-59/+212
2005-08-05Fixed evaluation of the PKG_USERS and PKG_GROUPS variables. Noted byrillig1-5/+11
2005-08-04Bugfix for shells that don't allow "for i in ;", that is: an empty list.rillig1-4/+4
2005-08-04Some fixes for the Solaris shell. After set -- foo bar; set --; echo $#rillig1-30/+30
2005-08-04Replaced the shell substitution ${egfile#${PREFIX}/} with a shellrillig1-13/+32
2005-07-29When using pkginstall to create INSTALL/DEINSTALL scripts to handlejlam1-7/+27
2005-07-29* Separate out the shell registration into a separately unpacked scriptjlam1-11/+41
2005-07-27Avoid creating unnecessary +* scripts, e.g. if no PKG_USERS or PKG_GROUPSjlam1-11/+21
2005-07-20Remove the stanza to create ${RCD_SCRIPTS_EXAMPLEDIR} from theschmonz1-6/+1
2005-05-11Rename mk/bsd.pkg.install.mk to mk/install/bsd.pkginstall.mk tojlam1-0/+567