added lamdaemon package
This commit is contained in:
parent
2c6751b7bb
commit
f0a365fc2c
|
@ -22,3 +22,12 @@ Description: webfrontend for managing accounts in an LDAP directory
|
|||
Account information can be exported as PDF file. There is also
|
||||
a script included which manages quota and homedirectories, you
|
||||
have to setup sudo if you want to use it.
|
||||
|
||||
Package: ldap-account-manager_lamdaemon
|
||||
Architecture: all
|
||||
Depends: perl
|
||||
Conflicts: ldap-account-manager
|
||||
Description: Lamdaemon is part of LDAP Account Manager. It
|
||||
is used to manage quotas and home directories. This package
|
||||
needs to be installed on the server where the home directories
|
||||
reside and quotas should be managed.
|
||||
|
|
|
@ -43,6 +43,8 @@ install:
|
|||
install -D --mode=644 style/*.css debian/ldap-account-manager/usr/share/ldap-account-manager/style
|
||||
cp -r templates debian/ldap-account-manager/usr/share/ldap-account-manager/
|
||||
|
||||
install -D --mode=755 lib/*.pl debian/ldap-account-manager_lamdaemon/usr/share/ldap-account-manager/lib
|
||||
|
||||
# Build architecture-independent files here.
|
||||
binary-dep: build install
|
||||
|
||||
|
|
Loading…
Reference in New Issue