diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-11-30 04:05:12 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-11-30 04:05:12 +0800 |
commit | a3b5135851621cb514e7708d11f9dc82f851ea5c (patch) | |
tree | b2b32cc424aeb8dc4d13263958511bf8ca92bc34 /sysutils/system-tools-backends/files/patch-dispatcher_main.c | |
parent | 095098375dd5bb1d27d533ffc7dc27305e105c95 (diff) | |
download | marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.gz marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.bz2 marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.lz marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.xz marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.zst marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.zip |
Remove these ports now that they are in the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13266 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/system-tools-backends/files/patch-dispatcher_main.c')
-rw-r--r-- | sysutils/system-tools-backends/files/patch-dispatcher_main.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/system-tools-backends/files/patch-dispatcher_main.c b/sysutils/system-tools-backends/files/patch-dispatcher_main.c deleted file mode 100644 index d21e2c24e..000000000 --- a/sysutils/system-tools-backends/files/patch-dispatcher_main.c +++ /dev/null @@ -1,11 +0,0 @@ ---- dispatcher/main.c.orig 2009-03-17 02:57:49.000000000 +0100 -+++ dispatcher/main.c 2009-04-16 10:05:33.000000000 +0200 -@@ -48,7 +48,7 @@ daemonize (void) - setsid (); - - if ((pidfile_fd = open (LOCALSTATEDIR "/run/system-tools-backends.pid", -- O_CREAT | O_WRONLY, -+ O_CREAT | O_WRONLY, 0600, - S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)) != -1) - { - str = g_strdup_printf ("%d", getpid ()); |