FreeBSD Bugzilla – Attachment 89918 Details for
Bug 126964
[UPDATE] patch for sysutils/ataidle to bring it to version 2.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.97 KB, created by
Rebecca Cran
on 2008-08-30 05:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Rebecca Cran
Created:
2008-08-30 05:20:01 UTC
Size:
1.97 KB
patch
obsolete
>diff -U3 -r /usr/ports/sysutils/ataidle/Makefile ./Makefile >--- /usr/ports/sysutils/ataidle/Makefile 2008-02-07 04:37:48.000000000 +0000 >+++ ./Makefile 2008-08-30 04:54:25.000000000 +0100 >@@ -6,7 +6,7 @@ > # > > PORTNAME= ataidle >-PORTVERSION= 2.3 >+PORTVERSION= 2.4 > CATEGORIES= sysutils > MASTER_SITES= http://www.cran.org.uk/bruce/software/ > >diff -U3 -r /usr/ports/sysutils/ataidle/distinfo ./distinfo >--- /usr/ports/sysutils/ataidle/distinfo 2008-02-07 04:37:48.000000000 +0000 >+++ ./distinfo 2008-08-30 05:14:13.000000000 +0100 >@@ -1,3 +1,3 @@ >-MD5 (ataidle-2.3.tar.gz) = cce9d298fa83aeab7bda4c9db8372a97 >-SHA256 (ataidle-2.3.tar.gz) = 2ddb3688e47b6a60855ac0ae60390d1f415357f478252953557c6948a0fb6e98 >-SIZE (ataidle-2.3.tar.gz) = 12504 >+MD5 (ataidle-2.4.tar.gz) = 3ee04fd939d134c8ab0e72b8848722d4 >+SHA256 (ataidle-2.4.tar.gz) = 58c651eeea1fd9053fefcca5ebef53ddb4af7ad72f68873ca012d033e71fef48 >+SIZE (ataidle-2.4.tar.gz) = 11863 >diff -U3 -r /usr/ports/sysutils/ataidle/files/ataidle.in ./files/ataidle.in >--- /usr/ports/sysutils/ataidle/files/ataidle.in 2008-02-07 04:37:48.000000000 +0000 >+++ ./files/ataidle.in 2008-08-30 04:57:58.000000000 +0100 >@@ -37,18 +37,18 @@ > > ataidle_start() > { >- if [ -n "${ataidle_device}" -a -z "${ataidle_devices}" ]; then >- echo "warning: old ataidle rc settings found" >- ataidle_devices=${ataidle_device} >- fi >+ if [ -n "${ataidle_device}" -a -z "${ataidle_devices}" ]; then >+ echo "warning: old ataidle rc settings found" >+ ataidle_devices=${ataidle_device} >+ fi > >- if [ -n "${ataidle_devices}" ]; then >- for i in ${ataidle_devices}; do >- eval ataidle_args=\$ataidle_${i} >- echo "ATAidle: configuring device /dev/${i}" >- ${command} ${ataidle_args} /dev/${i} >- done >- fi >+ if [ -n "${ataidle_devices}" ]; then >+ for i in ${ataidle_devices}; do >+ eval ataidle_args=\$ataidle_${i} >+ echo "ATAidle: configuring device /dev/${i}" >+ ${command} ${ataidle_args} /dev/${i} >+ done >+ fi > } > > run_rc_command "$1"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 126964
: 89918