lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250722213704.30353-1-unixbhaskar@gmail.com>
Date: Wed, 23 Jul 2025 02:58:20 +0530
From: Bhaskar Chowdhury <unixbhaskar@...il.com>
To: justin@...aid.com,
	corbet@....net,
	linux-doc@...r.kernel.org,
	linux-kernel@...r.kernel.org
Cc: Bhaskar Chowdhury <unixbhaskar@...il.com>
Subject: [PATCH] Doc:admin-guide:aoe This file was missing shebang line, so added

This file was missing the shebang line, added it.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
---
 Incorporated suggestions from Jon/Ted in other series
 cc:corbet@....net
 cc:rdunlap@...radead.org
 cc:tytso@....edu
 Documentation/admin-guide/aoe/udev-install.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Documentation/admin-guide/aoe/udev-install.sh b/Documentation/admin-guide/aoe/udev-install.sh
index 15e86f58c036..cbf64152bc6e 100644
--- a/Documentation/admin-guide/aoe/udev-install.sh
+++ b/Documentation/admin-guide/aoe/udev-install.sh
@@ -1,6 +1,7 @@
-# install the aoe-specific udev rules from udev.txt into
+#!/bin/sh
+# install the aoe-specific udev rules from udev.txt into
 # the system's udev configuration
-#
+#

 me="`basename $0`"

--
2.49.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ