forked from pool/hdparm
Copy from home:garloff/hdparm via accept of submit request 20515 revision 5. OBS-URL: https://build.opensuse.org/request/show/20515 OBS-URL: https://build.opensuse.org/package/show/Base:System/hdparm?expand=0&rev=10
17 lines
628 B
Diff
17 lines
628 B
Diff
Index: hdparm-9.27/wiper-2.3/wiper.sh
|
|
===================================================================
|
|
--- hdparm-9.27.orig/wiper-2.3/wiper.sh
|
|
+++ hdparm-9.27/wiper-2.3/wiper.sh
|
|
@@ -42,8 +42,11 @@ function find_prog(){
|
|
}
|
|
|
|
echo
|
|
echo "${0##*/}: Linux SATA SSD TRIM utility, version $VERSION, by Mark Lord."
|
|
+echo "${0##*/}: This tool is DANGEROUS! Please read and understand"
|
|
+echo "${0##*/}: /usr/share/doc/packages/hdparm/README.wiper"
|
|
+echo "${0##*/}: before going any further."
|
|
|
|
## Ensure we have most of the necessary utilities available before trying to proceed:
|
|
##
|
|
hash -r ## Refresh bash's cached PATH entries
|