pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files/lib Remove support to spell...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5830f7fbbc09
branches: trunk
changeset: 391984:5830f7fbbc09
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu Apr 23 19:38:14 2009 +0000
description:
Remove support to spell of @cwd as @cd.
diffstat:
pkgtools/pkg_install/files/lib/plist.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 5b6170801265 -r 5830f7fbbc09 pkgtools/pkg_install/files/lib/plist.c
--- a/pkgtools/pkg_install/files/lib/plist.c Thu Apr 23 19:35:52 2009 +0000
+++ b/pkgtools/pkg_install/files/lib/plist.c Thu Apr 23 19:38:14 2009 +0000
@@ -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 @@
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},
Home |
Main Index |
Thread Index |
Old Index