From owner-cvs-all Sat Oct 2 5:33:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D36C0151EA; Sat, 2 Oct 1999 05:33:37 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA52770; Sat, 2 Oct 1999 05:33:37 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Message-Id: <199910021233.FAA52770@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Sat, 2 Oct 1999 05:33:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/fortune/datfiles Makefile fortunes2 fortunes2-o src/games/fortune/fortune fortune.c src/games/fortune/strfile strfile.c strfile.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dcs 1999/10/02 05:33:37 PDT Modified files: games/fortune/datfiles Makefile fortunes2 fortunes2-o Log: Change path order in makefile so newer fortune files will be built with the latest fortune (strfile/caesar) sources. Correct a separator type in fortunes2. Add Unix geeks dating instructions (reference card style). Revision Changes Path 1.16 +6 -5 src/games/fortune/datfiles/Makefile 1.15 +2 -1 src/games/fortune/datfiles/fortunes2 1.4 +4 -0 src/games/fortune/datfiles/fortunes2-o Modified files: games/fortune/fortune fortune.c Log: Ignore comment lines in files marked as having them. Revision Changes Path 1.16 +10 -1 src/games/fortune/fortune/fortune.c Modified files: games/fortune/strfile strfile.c strfile.h Log: Add -C flag to indicate the presence of comments. Files thus processed will be marked as having comments, which are indicated by two delimiter characters at the beginning of a line. Revision Changes Path 1.12 +10 -2 src/games/fortune/strfile/strfile.c 1.3 +2 -0 src/games/fortune/strfile/strfile.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message