From 296c9ccf225b593ca27b7080d936be4f00af2407 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Wed, 19 Dec 2012 16:56:11 +0200 Subject: [PATCH] warnings: add srm which might get into shell-things in the future --- warnings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/warnings b/warnings index 08e8dd7d..271ac85f 100644 --- a/warnings +++ b/warnings @@ -1,4 +1,4 @@ -command -v \isohybrid >/dev/null 2>&1 || { echo >&2 "isohybrid isn't installed. It comes with package syslinux and is used to make iso image bootable from CD/USB when it's burned/written."; } +command -v \srm >/dev/null 2>&1 || { echo >&2 "You might want to install srm for secure file deletion. It's not used by shell-things yet, but might be in near future"; } command -v \vim >/dev/null 2>&1 || { echo >&2 "WARNING: vim isn't installed You should install it, because it's used as text editor.!"; } command -v \most >/dev/null 2>&1 || { echo >&2 "WARNING: most isn't installed! You should install it, because it's used as pager."; } command -v \htop >/dev/null 2>&1 || { echo >&2 "WARNING: htop isn't installed! You should install it, because it's used as top."; }