Skip to content

Commit

Permalink
Merge pull request #10 from yast/add_agennnt
Browse files Browse the repository at this point in the history
Add agennnt
  • Loading branch information
jreidinger committed Feb 11, 2014
2 parents 632e9f3 + 76d393f commit 5c71817
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# Makefile.am for .../agent-ldap/conf
#

scrconf_DATA = ldap.scr
scrconf_DATA = ldap.scr cfg_ldap.scr

EXTRA_DIST = $(scrconf_DATA)
17 changes: 17 additions & 0 deletions conf/cfg_ldap.scr
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/**
* File:
* cfg_ldap.scr
* Summary:
* SCR Agent for reading/writing /etc/sysconfig/ldap
* using the sysconfig-agent
*
* $Id$
*
* Read/Sets the values defined in <tt>/etc/sysconfig/ldap</tt>
* in an easy manner.
*/
.sysconfig.ldap

`ag_ini(
`SysConfigFile("/etc/sysconfig/ldap")
)
6 changes: 6 additions & 0 deletions package/yast2-ldap.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Feb 11 16:33:18 UTC 2014 - jreidinger@suse.com

- add missing sysconfig ldap agent
- 3.1.5

-------------------------------------------------------------------
Tue Feb 4 14:55:42 UTC 2014 - jreidinger@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-ldap.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-ldap
Version: 3.1.4
Version: 3.1.5
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down

0 comments on commit 5c71817

Please sign in to comment.