summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/pkg_install/create/perform.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pkg_install/create/perform.c b/usr.sbin/pkg_install/create/perform.c
index 825503c9512..6f6c94c2282 100644
--- a/usr.sbin/pkg_install/create/perform.c
+++ b/usr.sbin/pkg_install/create/perform.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: perform.c,v 1.7 1998/11/19 04:12:55 espie Exp $ */
+/* $OpenBSD: perform.c,v 1.8 1999/02/26 16:13:31 espie Exp $ */
#ifndef lint
-static const char *rcsid = "$OpenBSD: perform.c,v 1.7 1998/11/19 04:12:55 espie Exp $";
+static const char *rcsid = "$OpenBSD: perform.c,v 1.8 1999/02/26 16:13:31 espie Exp $";
#endif
/*
@@ -53,7 +53,7 @@ pkg_perform(char **pkgs)
printf("Creating package %s\n", pkg);
get_dash_string(&Comment);
if (strlen(Comment) > MAXINDEXSIZE && !PlistOnly) {
- warnx("Comment string is over %d characters long:\n%s",
+ errx(2,"Comment string is over %d characters long:\n%s",
MAXINDEXSIZE, Comment);
}
get_dash_string(&Desc);