summaryrefslogtreecommitdiff
path: root/buildpkg.sh.in
Commit message (Collapse)AuthorAgeFilesLines
* - (tim) [buildpkg.sh.in] s|$FAKE_ROOT/${sysconfdir}|$FAKE_ROOT${sysconfdir}|Tim Rice2007-07-241-7/+7
|
* - (tim) [buildpkg.sh.in openssh.xml.in] Allow more flexibility where smf(5)Tim Rice2007-07-241-8/+12
| | | | files are installed.
* - (tim) [buildpkg.sh.in openssh.xml.in] Clean up Solaris 10 smf(5) bits.Tim Rice2007-03-011-9/+7
| | | | "Looks sane" dtucker@
* - (tim) [buildpkg.sh.in] Some systems have really limited nawk (OpenServer).Tim Rice2006-10-061-1/+2
| | | | Allow setting alternate awk in openssh-config.local.
* 20061006Tim Rice2006-10-061-2/+9
| | | | | - (tim) [buildpkg.sh.in] Use uname -r instead of -v in OS_VER for Solaris. Differentiate between OpenServer 5 and OpenServer 6
* - (djm) [Makefile.in buildpkg.sh.in configure.ac openssh.xml.in]Damien Miller2006-09-121-27/+147
| | | | | Support SMF in Solaris Packages if enabled by configure. Patch from Chad Mynhier, tested by dtucker@
* - (dtucker) [buildpkg.sh.in] Always create privsep user. ok djm@Darren Tucker2006-09-091-9/+1
|
* - (tim) [buildpkg.sh.in] Make the names consistent.Tim Rice2006-02-131-1/+1
| | | | s/pkg_post_make_install_fixes.sh/pkg-post-make-install-fixes.sh/ OK dtucker@
* (tim) [buildpkg.sh.in] grep for $SSHDUID instead of $SSHDGID on /etc/passwdTim Rice2005-12-281-1/+1
|
* 20050512Tim Rice2005-05-121-4/+4
| | | | | - (tim) [buildpkg.sh.in] missing ${PKG_INSTALL_ROOT} in init script hard link section. Bug 1038.
* - (tim) [buildpkg.sh.in] Add $REV to bump the package revision withinTim Rice2004-07-011-14/+29
| | | | | the same version. Handle the case where someone uses --with-privsep-user= and the user name does not match the group name. ok dtucker@
* - (tim) [configure.ac buildpkg.sh.in contrib/solaris/README] move opensshdTim Rice2004-06-191-6/+2
| | | | init script to top level directory.
* [buildpkg.sh.in] Last minute fix didn't make it in the .in file. :-(Tim Rice2004-05-301-0/+1
|
* - (tim) [configure.ac Makefile.in] Add support for "make package" ok djm@Tim Rice2004-05-301-0/+550
- (tim) [buildpkg.sh.in] New file. A more flexible version of contrib/solaris/buildpkg.sh used for "make package".