On Wed, Feb 27, 2013 at 1:43 AM, Dominic Cleal wrote:
>>
>> augeas { "test":
>> lens=> "Property.lns",
>
> This line doesn't look correct, it should be Properties.lns to match the
> module you downloaded.
>
Yep, that was the problem. Thanks for the 2nd set of eye to catch the typo.
-A
On 27/02/13 07:28, Adam Crews wrote:
> Hello,
>
> I'm trying to manage a properties file used by a java program with augeas.
> I'm using PE 2.7.1 on a CentOS 5 machine.
>
> Sample content is:
> # Sample file /home/acrews/test.properties
> session.securityLevel.createSession=10
> session.securityL
Hello,
I'm trying to manage a properties file used by a java program with augeas.
I'm using PE 2.7.1 on a CentOS 5 machine.
Sample content is:
# Sample file /home/acrews/test.properties
session.securityLevel.createSession=10
session.securityLevel.listFiles=10
low.session.timeout=15
# eof
I want