summaryrefslogtreecommitdiff
path: root/sysutils/freqsdwn/files/patch-daemon-freqmain.c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-02 10:07:49 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-02 10:07:49 +0000
commit38a0a8023026a77ded1e6de618b567c7b58e79a4 (patch)
treeabf5fbbdc4b27a245ff76b9850f4eb6e73e4ba19 /sysutils/freqsdwn/files/patch-daemon-freqmain.c
parent- Fix build with GCRYPT option by taking out -Werror (diff)
Remove non staged ports without pending PR from s*
Notes
Notes: svn path=/head/; revision=366980
Diffstat (limited to 'sysutils/freqsdwn/files/patch-daemon-freqmain.c')
-rw-r--r--sysutils/freqsdwn/files/patch-daemon-freqmain.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/sysutils/freqsdwn/files/patch-daemon-freqmain.c b/sysutils/freqsdwn/files/patch-daemon-freqmain.c
deleted file mode 100644
index 8ad95141b0cf..000000000000
--- a/sysutils/freqsdwn/files/patch-daemon-freqmain.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- daemon/freqmain.c.orig Thu Jun 30 09:20:10 2005
-+++ daemon/freqmain.c Sun Feb 5 00:06:50 2006
-@@ -553,12 +553,12 @@
- unlink(idf);
-
- /* シャットダウン準備 */
-- system("/bin/sync");
-- system("/bin/sync");
-- system("/bin/sync");
-+ sync();
-+ sync();
-+ sync();
-
- /* シャットダウン開始 */
-- system("shutdown -h now");
-+ system("/sbin/shutdown -h now");
-
- exit(0);
- }