Send Netdot-devel mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://osl.uoregon.edu/mailman/listinfo/netdot-devel
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Netdot-devel digest..."


Today's Topics:

   1. [Netdot - Bug #1693] (New) population of  default_data fails
      due to incorrect path ([email protected])


----------------------------------------------------------------------

Message: 1
Date: Sun, 7 Oct 2012 07:43:29 -0700
From: [email protected]
Subject: [Netdot-devel] [Netdot - Bug #1693] (New) population of
        default_data fails due to incorrect path
To: [email protected], [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8


Issue #1693 has been reported by Nick Hilliard.

----------------------------------------
Bug #1693: population of default_data fails due to incorrect path
https://osl.uoregon.edu/redmine/issues/1693

Author: Nick Hilliard
Status: New
Priority: High
Assignee: 
Category: Netdot
Target version: 1.0.2
Resolution: 


$CONFIG{DEFAULT_DATA} is defined in lib/DBUTIL.pm as follows:

> $CONFIG{DEFAULT_DATA} = "$CONFIG{CONFIG_DIR}/default_data";

However insert_default_data() initialises $file as:

>    my $file = "$CONFIG{CONFIG_DIR}/$CONFIG{DEFAULT_DATA}";

So you end up with two path entries in the filename.  This works ok if $rel_dir 
is used, but breaks when you use absolute paths. This causes initial 
installation failure.


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://osl.uoregon.edu/redmine/my/account


------------------------------

_______________________________________________
Netdot-devel mailing list
[email protected]
https://osl.uoregon.edu/mailman/listinfo/netdot-devel


End of Netdot-devel Digest, Vol 67, Issue 6
*******************************************

Reply via email to