ports/emulators/dynagen-devel/files/patch-dynagen
Edwin Groothuis 1e2b51f634 [NEW PORT] emulators/dynagen-devel: Text-based front end for Dynamips development version
Dynagen is a front-end for use with the Dynamips Cisco router
	emulator. It uses an INI-like configuration file to provision
	Dynamips emulator networks. It takes care of specifying the right
	port adapters, generating and matching up those pesky NIO descriptors,
	specifying bridges, frame-relay, ATM switches, etc. It also provides
	a management CLI for listing devices, suspending and reloading
	instances, etc.

	WWW: http://dyna-gen.sourceforge.net/

PR:		ports/116343
Submitted by:	Pavel I Volkov <pol@opk.ru>
2007-09-23 04:22:40 +00:00

11 lines
385 B
Text

--- dynagen.orig Sun Feb 18 17:28:09 2007
+++ dynagen Mon Feb 26 16:50:51 2007
@@ -34,7 +34,7 @@
# Constants
VERSION = '0.10.1.090807'
-CONFIGSPECPATH = [ "/usr/share/dynagen", "/usr/local/share" ]
+CONFIGSPECPATH = [ "/usr/local/share/dynagen", "/usr/share/dynagen", "/usr/local/share" ]
CONFIGSPEC = 'configspec'
INIPATH = [ "/etc", "/usr/local/etc" ]
INIFILE = 'dynagen.ini'