Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

19
mk/help/msg.help Normal file
View File

@@ -0,0 +1,19 @@
# $NetBSD: msg.help,v 1.1 2007/01/12 07:54:30 rillig Exp $
#
# INFO_MSG
# A shell command that prints the word "INFO:", followed by its
# arguments, onto stdout. Exits with EXIT_SUCCESS.
#
# WARNING_MSG
# A shell command that prints the word "WARNING:", followed by its
# arguments, onto stderr. Exits with EXIT_SUCCESS.
#
# ERROR_MSG
# A shell command that prints the word "ERROR:", followed by its
# arguments, onto stderr. Exits with EXIT_SUCCESS(!).
#
# FAIL_MSG
# A shell command that prints the word "ERROR:", followed by its
# arguments, onto stderr. Exits with EXIT_FAILURE.
#