Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos-caddy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Guillaume Hervier
slapos-caddy
Commits
1f0e7769
Commit
1f0e7769
authored
Sep 19, 2013
by
Marco Mariani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cygwin: proper dcron 4.4 + C patch
parent
76fbfb69
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
3 deletions
+20
-3
component/dcron/buildout.cfg
component/dcron/buildout.cfg
+10
-3
component/dcron/dcron-4.4.cygwin.ioctl.patch
component/dcron/dcron-4.4.cygwin.ioctl.patch
+10
-0
No files found.
component/dcron/buildout.cfg
View file @
1f0e7769
...
...
@@ -18,6 +18,13 @@ url = ${:_profile_base_location_}/${:filename}
filename = dcron-4.4.noroot.no.globals.patch
download-only = true
[dcron-patch-cygwin-ioctl]
recipe = hexagonit.recipe.download
md5sum = 394afc79f62936c772adcad8f1071abd
url = ${:_profile_base_location_}/${:filename}
filename = dcron-4.4.cygwin.ioctl.patch
download-only = true
[dcron]
recipe = slapos.recipe.cmmi
url = http://www.jimpryor.net/linux/releases/dcron-4.4.tar.gz
...
...
@@ -31,9 +38,9 @@ make-options =
post-make-hook = ${dcron-hooks-download:location}/${dcron-hooks-download:filename}:post_make_hook
[dcron:cygwin]
share = /usr
promises =
/usr/sbin/cron.exe
patches =
${dcron-patch-nonroot:location}/${dcron-patch-nonroot:filename}
${dcron-patch-cygwin-ioctl:location}/${dcron-patch-cygwin-ioctl:filename}
[dcron-output]
# Shared binary location to ease migration
...
...
component/dcron/dcron-4.4.cygwin.ioctl.patch
0 → 100644
View file @
1f0e7769
--- dcron-4.4.org/main.c 2010-01-18 16:27:31.000000000 +0100
+++ dcron-4.4/main.c 2013-09-19 14:31:19.590201000 +0200
@@ -235,7 +235,6 @@
if (setsid() < 0)
perror("setsid");
if ((fd = open("/dev/tty", O_RDWR)) >= 0) {
- ioctl(fd, TIOCNOTTY, 0);
close(fd);
}
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