summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorjoerg <joerg>2009-04-23 19:38:14 +0000
committerjoerg <joerg>2009-04-23 19:38:14 +0000
commitae1c6e3d6a0bc98fbd2ba60d4e60eec6d2c060e3 (patch)
treeb33c1731511ed29dc866be584a43b489f7c3e1c9 /pkgtools
parent7ca4684431dcc91129516fcba00edd9612d6eb84 (diff)
downloadpkgsrc-ae1c6e3d6a0bc98fbd2ba60d4e60eec6d2c060e3.tar.gz
Remove support to spell of @cwd as @cd.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkg_install/files/lib/plist.c5
1 files changed, 2 insertions, 3 deletions
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 <sys/cdefs.h>
#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},