Skip to content
Snippets Groups Projects
Commit 9a2fc6c1 authored by knan's avatar knan
Browse files

Nitpick: daemon(3) not (8) :)

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@299 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent afa0dd34
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ Home page of code is: http://smartmontools.sourceforge.net ...@@ -4,7 +4,7 @@ Home page of code is: http://smartmontools.sourceforge.net
Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
$Id: TODO,v 1.24 2002/11/21 17:45:59 ballen4705 Exp $ $Id: TODO,v 1.25 2002/11/21 18:14:29 knan Exp $
This program is free software; you can redistribute it and/or modify it This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free under the terms of the GNU General Public License as published by the Free
...@@ -61,10 +61,10 @@ Add following config file directives: ...@@ -61,10 +61,10 @@ Add following config file directives:
-f enable autosave of attributes -f enable autosave of attributes
-o enable automatic offline testing -o enable automatic offline testing
Use daemon (8) function instead of do-it-yourself daemon_init(). But, Use daemon (3) function instead of do-it-yourself daemon_init(). But,
does it close all open file descriptors? Must read glibc code to see: does it close all open file descriptors? Must read glibc code to see:
documentation unclear. [Some discussion indicates that this is documentation unclear. [Some discussion indicates that this is
not a good idea. Daemon (8) is not in all standard libraries.] not a good idea. Daemon (3) is not in all standard libraries.]
General Fixes General Fixes
------------- -------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment