b72b901790
configuration file qmHandle.conf installed under ${PREFIX}/etc. This avoids user needs to edit qmHandle file at ${PREFIX}/bin and lost changes every upgrade - Bump PORTREVISION
11 lines
350 B
Text
11 lines
350 B
Text
--- qmHandle.orig 2008-08-27 10:10:19.000000000 -0300
|
|
+++ qmHandle 2008-08-27 10:22:20.000000000 -0300
|
|
@@ -51,6 +51,8 @@
|
|
|
|
#################### USER CONFIGURATION END ####################
|
|
|
|
+require "%%LOCALBASE%%/etc/qmHandle.conf" if ( -f "%%LOCALBASE%%/etc/qmHandle.conf" );
|
|
+
|
|
# Print usage if no arguments
|
|
if ($#ARGV == -1) {
|
|
&Usage();
|