Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
accesslog
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Cederqvist
accesslog
Commits
d28cd1b6
Commit
d28cd1b6
authored
22 years ago
by
Per Cederqvist
Browse files
Options
Downloads
Patches
Plain Diff
Release 1.0
parent
d3027aad
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+5
-4
5 additions, 4 deletions
ChangeLog
Makefile.am
+4
-0
4 additions, 0 deletions
Makefile.am
with
9 additions
and
4 deletions
ChangeLog
+
5
−
4
View file @
d28cd1b6
2002-12-04 Per Cederqvist <ceder@lysator.liu.se>
*
configure.ac: New file
.
*
Release 1.0
.
* bootstrap.sh: New file.
* Makefile.am (install-exec-local): New hook. Make accesslog
setgid www.
* configure.ac: New file.
* bootstrap.sh: New file.
* README: New file.
* NEWS: New file.
* Makefile.am: New file.
2002-12-03 Per Cederqvist <ceder@lysator.liu.se>
...
...
This diff is collapsed.
Click to expand it.
Makefile.am
+
4
−
0
View file @
d28cd1b6
bin_PROGRAMS
=
accesslog
accesslog_SOURCES
=
accesslog.c
install-exec-local
:
chgrp
www
$(
DESTDIR
)$(
bindir
)
/accesslog
$(
EXEECT
)
chmod
2555
$(
DESTDIR
)$(
bindir
)
/accesslog
$(
EXEECT
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment