]> andersk Git - openssh.git/commitdiff
- (tim) [buildpkg.sh.in] Make the names consistent.
authortim <tim>
Mon, 13 Feb 2006 20:46:44 +0000 (20:46 +0000)
committertim <tim>
Mon, 13 Feb 2006 20:46:44 +0000 (20:46 +0000)
   s/pkg_post_make_install_fixes.sh/pkg-post-make-install-fixes.sh/ OK dtucker@

ChangeLog
buildpkg.sh.in

index b9da4339bba93c456307b4bf0a7c845f900b9103..53f5764fd319418207e1eda8c6219626822bf637 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+20060214
+ - (tim) [buildpkg.sh.in] Make the names consistent.
+   s/pkg_post_make_install_fixes.sh/pkg-post-make-install-fixes.sh/ OK dtucker@
+
 20060212
  - (dtucker) [openbsd-compat/bsd-cygwin_util.c] Make loop counter unsigned
    to silence compiler warning, from vinschen at redhat.com.
index cb9eb304871238937a3bda2ce628a555728c4393..31db10d66841a170c6df45d20acbbfb42a07fdd7 100644 (file)
@@ -35,7 +35,7 @@ SSHDGID=67    # Default privsep gid
 SYSVINITSTART=S98
 SYSVINITSTOPT=K30
 # We will source these if they exist
-POST_MAKE_INSTALL_FIXES=./pkg_post_make_install_fixes.sh
+POST_MAKE_INSTALL_FIXES=./pkg-post-make-install-fixes.sh
 POST_PROTOTYPE_EDITS=./pkg-post-prototype-edit.sh
 # We'll be one level deeper looking for these
 PKG_PREINSTALL_LOCAL=../pkg-preinstall.local
This page took 0.273592 seconds and 5 git commands to generate.