From 94e00a584d7e2d28d23ead5c47e56bc421e2b5f9 Mon Sep 17 00:00:00 2001 From: graham.gower Date: Mon, 23 Nov 2009 23:41:46 -0500 Subject: Remove list_pending command. Undocumented and the pending_dir was unpopulated. git-svn-id: http://opkg.googlecode.com/svn/trunk@359 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'libopkg/opkg_conf.h') diff --git a/libopkg/opkg_conf.h b/libopkg/opkg_conf.h index b19e5dd..fc14e09 100644 --- a/libopkg/opkg_conf.h +++ b/libopkg/opkg_conf.h @@ -31,7 +31,6 @@ typedef struct opkg_conf opkg_conf_t; #define OPKG_CONF_DEFAULT_TMP_DIR_BASE "/tmp" #define OPKG_CONF_TMP_DIR_SUFFIX "opkg-XXXXXX" #define OPKG_CONF_LISTS_DIR OPKG_STATE_DIR_PREFIX "/lists" -#define OPKG_CONF_PENDING_DIR OPKG_STATE_DIR_PREFIX "/pending" /* In case the config file defines no dest */ #define OPKG_CONF_DEFAULT_DEST_NAME "root" @@ -51,7 +50,6 @@ struct opkg_conf char *tmp_dir; char *lists_dir; - char *pending_dir; /* options */ int autoremove; -- cgit v0.9.1