diff options
author | Tim Rice <tim@multitalents.net> | 2006-02-13 12:46:44 -0800 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2006-02-13 12:46:44 -0800 |
commit | bf209f590108a12a9758dcfcdf4297a3d593ce87 (patch) | |
tree | cbeaa55f0c1636d8d5e1f877d70b383678b139f4 | |
parent | 6163350eb97774e7f780d5cc9df6164a6803aa0c (diff) |
- (tim) [buildpkg.sh.in] Make the names consistent.
s/pkg_post_make_install_fixes.sh/pkg-post-make-install-fixes.sh/ OK dtucker@
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | buildpkg.sh.in | 2 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ | |||
1 | 20060214 | ||
2 | - (tim) [buildpkg.sh.in] Make the names consistent. | ||
3 | s/pkg_post_make_install_fixes.sh/pkg-post-make-install-fixes.sh/ OK dtucker@ | ||
4 | |||
1 | 20060212 | 5 | 20060212 |
2 | - (dtucker) [openbsd-compat/bsd-cygwin_util.c] Make loop counter unsigned | 6 | - (dtucker) [openbsd-compat/bsd-cygwin_util.c] Make loop counter unsigned |
3 | to silence compiler warning, from vinschen at redhat.com. | 7 | to silence compiler warning, from vinschen at redhat.com. |
@@ -3855,4 +3859,4 @@ | |||
3855 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 3859 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
3856 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 3860 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
3857 | 3861 | ||
3858 | $Id: ChangeLog,v 1.4128 2006/02/12 05:48:56 dtucker Exp $ | 3862 | $Id: ChangeLog,v 1.4129 2006/02/13 20:46:44 tim Exp $ |
diff --git a/buildpkg.sh.in b/buildpkg.sh.in index cb9eb3048..31db10d66 100644 --- a/buildpkg.sh.in +++ b/buildpkg.sh.in | |||
@@ -35,7 +35,7 @@ SSHDGID=67 # Default privsep gid | |||
35 | SYSVINITSTART=S98 | 35 | SYSVINITSTART=S98 |
36 | SYSVINITSTOPT=K30 | 36 | SYSVINITSTOPT=K30 |
37 | # We will source these if they exist | 37 | # We will source these if they exist |
38 | POST_MAKE_INSTALL_FIXES=./pkg_post_make_install_fixes.sh | 38 | POST_MAKE_INSTALL_FIXES=./pkg-post-make-install-fixes.sh |
39 | POST_PROTOTYPE_EDITS=./pkg-post-prototype-edit.sh | 39 | POST_PROTOTYPE_EDITS=./pkg-post-prototype-edit.sh |
40 | # We'll be one level deeper looking for these | 40 | # We'll be one level deeper looking for these |
41 | PKG_PREINSTALL_LOCAL=../pkg-preinstall.local | 41 | PKG_PREINSTALL_LOCAL=../pkg-preinstall.local |