diff options
author | joerg <joerg@pkgsrc.org> | 2009-04-23 19:38:14 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-04-23 19:38:14 +0000 |
commit | 0479905498ab04febb776f1d226ec64be53f5f59 (patch) | |
tree | b33c1731511ed29dc866be584a43b489f7c3e1c9 /pkgtools/pkg_install | |
parent | 3ec1f781b4b266125b2ea5c4799b7f391c291dbc (diff) | |
download | pkgsrc-0479905498ab04febb776f1d226ec64be53f5f59.tar.gz |
Remove support to spell of @cwd as @cd.
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r-- | pkgtools/pkg_install/files/lib/plist.c | 5 |
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}, |