From ae1c6e3d6a0bc98fbd2ba60d4e60eec6d2c060e3 Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 23 Apr 2009 19:38:14 +0000 Subject: Remove support to spell of @cwd as @cd. --- pkgtools/pkg_install/files/lib/plist.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'pkgtools') diff --git a/pkgtools/pkg_install/files/lib/plist.c b/pkgtools/pkg_install/files/lib/plist.c index 58d9f102c55..dee1aa4c25c 100644 --- a/pkgtools/pkg_install/files/lib/plist.c +++ b/pkgtools/pkg_install/files/lib/plist.c @@ -1,4 +1,4 @@ -/* $NetBSD: plist.c,v 1.25 2009/04/23 19:35:52 joerg Exp $ */ +/* $NetBSD: plist.c,v 1.26 2009/04/23 19:38:14 joerg Exp $ */ #if HAVE_CONFIG_H #include "config.h" @@ -7,7 +7,7 @@ #if HAVE_SYS_CDEFS_H #include #endif -__RCSID("$NetBSD: plist.c,v 1.25 2009/04/23 19:35:52 joerg Exp $"); +__RCSID("$NetBSD: plist.c,v 1.26 2009/04/23 19:38:14 joerg Exp $"); /* * FreeBSD install - a package for the installation and maintainance @@ -83,7 +83,6 @@ typedef struct cmd_t { static const cmd_t cmdv[] = { {"cwd", PLIST_CWD, 1, 1}, {"src", PLIST_SRC, 1, 1}, - {"cd", PLIST_CWD, 1, 1}, {"exec", PLIST_CMD, 1, 0}, {"unexec", PLIST_UNEXEC, 1, 0}, {"mode", PLIST_CHMOD, 1, 0}, -- cgit v1.2.3