diff options
author | Michael Januszewski <spock@gentoo.org> | 2005-07-13 16:30:52 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2005-07-13 16:30:52 +0000 |
commit | c134cd941b5a19fa0664449e7b16057fa62750c8 (patch) | |
tree | c3d24df024aa704872e0e278c43338653bde33fa /app-admin/hddtemp/files | |
parent | stable 0.6, bump to 0.6b (diff) | |
download | gentoo-2-c134cd941b5a19fa0664449e7b16057fa62750c8.tar.gz gentoo-2-c134cd941b5a19fa0664449e7b16057fa62750c8.tar.bz2 gentoo-2-c134cd941b5a19fa0664449e7b16057fa62750c8.zip |
Version bump.
(Portage version: 1.589-cvs)
Diffstat (limited to 'app-admin/hddtemp/files')
-rw-r--r-- | app-admin/hddtemp/files/digest-hddtemp-0.3_beta13 | 1 | ||||
-rw-r--r-- | app-admin/hddtemp/files/hddtemp-0.3_beta13-setsid.patch | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/app-admin/hddtemp/files/digest-hddtemp-0.3_beta13 b/app-admin/hddtemp/files/digest-hddtemp-0.3_beta13 new file mode 100644 index 000000000000..146f63eeec92 --- /dev/null +++ b/app-admin/hddtemp/files/digest-hddtemp-0.3_beta13 @@ -0,0 +1 @@ +MD5 36d98101daeac1ae8c1589a75aaab00c hddtemp-0.3-beta13.tar.bz2 234021 diff --git a/app-admin/hddtemp/files/hddtemp-0.3_beta13-setsid.patch b/app-admin/hddtemp/files/hddtemp-0.3_beta13-setsid.patch new file mode 100644 index 000000000000..6e8da2a267d0 --- /dev/null +++ b/app-admin/hddtemp/files/hddtemp-0.3_beta13-setsid.patch @@ -0,0 +1,12 @@ +diff -Naur hddtemp-0.3-beta13/src/daemon.c hddtemp-0.3-beta13-setsid/src/daemon.c +--- hddtemp-0.3-beta13/src/daemon.c 2005-03-15 00:43:52.000000000 +0100 ++++ hddtemp-0.3-beta13-setsid/src/daemon.c 2005-07-13 02:19:01.000000000 +0200 +@@ -294,6 +294,8 @@ + close(i); + } + ++ setsid(); ++ + /* redirect signals */ + for(i = 0; i <= _NSIG; i++) { + switch(i) { |