Module Name: src
Committed By: christos
Date: Sat Dec 28 03:29:46 UTC 2013
Modified Files:
src/external/bsd/ntp: ntp2netbsd
Log Message:
mention manual handling of man pages
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/ntp/ntp2netbsd
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/ntp/ntp2netbsd
diff -u src/external/bsd/ntp/ntp2netbsd:1.3 src/external/bsd/ntp/ntp2netbsd:1.4
--- src/external/bsd/ntp/ntp2netbsd:1.3 Tue Jan 31 15:05:13 2012
+++ src/external/bsd/ntp/ntp2netbsd Fri Dec 27 22:29:46 2013
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# $NetBSD: ntp2netbsd,v 1.3 2012/01/31 20:05:13 kardel Exp $
+# $NetBSD: ntp2netbsd,v 1.4 2013/12/28 03:29:46 christos Exp $
#
# Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -58,6 +58,8 @@
# - check for and remove img tags in html docs.
# - update distrib/sets if necessary.
# - update src/external/bsd/ntp/importdate to match the date of this import
+# - build in the original distribution directory, then copy all the
+# generated man pages in the respective program directories
#
if [ $# -ne 2 ]; then echo "ntp2netbsd src dest"; exit 1; fi