Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
lemonldap-ng
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
258
Issues
258
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LemonLDAP NG
lemonldap-ng
Commits
740030bf
Commit
740030bf
authored
Oct 11, 2010
by
Clément OUDOT
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Makefile to manage two cron scripts (#189)
parent
6bd8c153
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
5 deletions
+11
-5
build/lemonldap-ng/Makefile
build/lemonldap-ng/Makefile
+11
-5
No files found.
build/lemonldap-ng/Makefile
View file @
740030bf
...
...
@@ -336,13 +336,13 @@ install_portal_site: install_conf_dir
$(PERL)
-i
-pe
's#__DIR__#
$(LASPPORTALDIR)
/#g'
$(RLASPPORTALDIR)
/index.pl
;
\
fi
# Cron files
@
cp
--remove-destination
lemonldap-ng-portal/example/scripts/purgeCentralCache.cron.d
$(RCRONDIR)
/lemonldap-ng
@
cp
--remove-destination
lemonldap-ng-portal/example/scripts/purgeCentralCache.cron.d
$(RCRONDIR)
/lemonldap-ng
-portal
@
if
[
!
"
$(APACHEUSER)
"
]
;
then
\
$(PERL)
-i
-pe
's#__APACHEUSER__#root#g;'
$(RCRONDIR)
/lemonldap-ng
;
\
$(PERL)
-i
-pe
's#__APACHEUSER__#root#g;'
$(RCRONDIR)
/lemonldap-ng
-portal
;
\
else
\
$(PERL)
-i
-pe
's#__APACHEUSER__#
$(APACHEUSER)
#g;'
$(RCRONDIR)
/lemonldap-ng
;
\
$(PERL)
-i
-pe
's#__APACHEUSER__#
$(APACHEUSER)
#g;'
$(RCRONDIR)
/lemonldap-ng
-portal
;
\
fi
@
$(PERL)
-i
-pe
's#__BINDIR__#
$(BINDIR)
#g;'
$(RCRONDIR)
/lemonldap-ng
@
$(PERL)
-i
-pe
's#__BINDIR__#
$(BINDIR)
#g;'
$(RCRONDIR)
/lemonldap-ng
-portal
# Clean SVN files
@
rm
-rf
$$
(
find
${RPORTALDIR}
$(RPORTALSKINSDIR)
$(RCRONDIR)
$(RCONFDIR)
-type
d
-name
.svn
)
@
if
[
"
$(WITHLA)
"
-eq
"1"
]
;
then
\
...
...
@@ -356,7 +356,13 @@ install_handler_site: install_conf_dir
@
cp
--remove-destination
${SRCHANDLERDIR}
/example/MyHandlerZimbra.pm
${RHANDLERDIR}
@
cp
--remove-destination
${SRCHANDLERDIR}
/example/MyHandlerSympa.pm
${RHANDLERDIR}
@
cp
--remove-destination
${SRCHANDLERDIR}
/example/MyUpdateCookieHandler.pm
${RHANDLERDIR}
@
cp
--remove-destination
lemonldap-ng-handler/example/scripts/purgeLocalCache.cron.d
$(RCRONDIR)
/lemonldap-ng
@
cp
--remove-destination
lemonldap-ng-handler/example/scripts/purgeLocalCache.cron.d
$(RCRONDIR)
/lemonldap-ng-handler
@
if
[
!
"
$(APACHEUSER)
"
]
;
then
\
$(PERL)
-i
-pe
's#__APACHEUSER__#root#g;'
$(RCRONDIR)
/lemonldap-ng-handler
;
\
else
\
$(PERL)
-i
-pe
's#__APACHEUSER__#
$(APACHEUSER)
#g;'
$(RCRONDIR)
/lemonldap-ng-handler
;
\
fi
@
$(PERL)
-i
-pe
's#__BINDIR__#
$(BINDIR)
#g;'
$(RCRONDIR)
/lemonldap-ng-handler
@
rm
-rf
$$
(
find
$(RHANDLERDIR)
-type
d
-name
.svn
)
install_test_site
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment