67c90b3be4
PR pkg/26091. Easymenu is a shell script used to generate menu systems. It can be used to generate anything from easy one-level menus to advanced multi-level menusystems. It has a set of internal commands, and can execute external applications and scripts, all to be as flexible as possible.
13 lines
445 B
Text
13 lines
445 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2004/12/31 16:38:49 kristerw Exp $
|
|
|
|
--- bin/easymenu.orig 2002-05-06 20:39:58.000000000 +0200
|
|
+++ bin/easymenu
|
|
@@ -207,7 +207,7 @@
|
|
__version="0.7.2"
|
|
__global_choice_prefix="@"
|
|
__default_user_cfg_file="~/.easymenurc"
|
|
- __default_cfg_file="/usr/local/etc/easymenu.conf"
|
|
+ __default_cfg_file="/usr/pkg/etc/easymenu.conf"
|
|
__default_read_cmd="read"
|
|
__default_exec_shell="/bin/sh -c"
|
|
__default_temproot="/tmp/"
|