Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/postinstall Fix path to atf-run.hooks after import ...
details: https://anonhg.NetBSD.org/src/rev/b323bf986b22
branches: trunk
changeset: 326726:b323bf986b22
user: jmmv <jmmv%NetBSD.org@localhost>
date: Sat Feb 15 01:54:17 2014 +0000
description:
Fix path to atf-run.hooks after import of atf-0.19.
Problem found by martin@. Not spotted by me, I think, because I always use
postinstall on an etc.tgz file and forgot about this code path.
diffstat:
usr.sbin/postinstall/postinstall | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 34537866b607 -r b323bf986b22 usr.sbin/postinstall/postinstall
--- a/usr.sbin/postinstall/postinstall Sat Feb 15 00:17:17 2014 +0000
+++ b/usr.sbin/postinstall/postinstall Sat Feb 15 01:54:17 2014 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: postinstall,v 1.163 2014/01/29 12:56:28 skrll Exp $
+# $NetBSD: postinstall,v 1.164 2014/02/15 01:54:17 jmmv Exp $
#
# Copyright (c) 2002-2008 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -1669,7 +1669,7 @@
failed=1
fi
if find_file_in_dirlist atf-run.hooks "atf-run.hooks" \
- "${SRC_DIR}/external/bsd/atf/dist/atf-run/sample" \
+ "${SRC_DIR}/external/bsd/atf/dist/tools/sample" \
"${SRC_DIR}/etc/atf"; then
# ${dir} is set by find_file_in_dirlist()
populate_dir "${op}" true "${dir}" "${DEST_DIR}/etc/atf" 644 \
Home |
Main Index |
Thread Index |
Old Index