1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
From cde54575099b1c02f38dabf5a7039e341c21df44 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Javier=20Fernandez-Sanguino=20Pe=C3=B1a?= <jfs@computer.org>
Date: Sat, 17 Dec 2022 12:12:10 +0000
Subject: Change program name so that the help text is displayed properly
Bug-Debian: https://bugs.debian.org/147808
Forwarded: no
Last-Update: 2022-12-17
Patch-Name: fix-program-name.patch
---
makepasswd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/makepasswd b/makepasswd
index 939075a..6b69757 100755
--- a/makepasswd
+++ b/makepasswd
@@ -4,7 +4,7 @@
# Program information.
#
-$Program = 'mkpasswd';
+$Program = 'makepasswd';
$Version = '1.10';
$Author = 'Rob Levin <levin@openproject.net>';
$Date = "Monday, 7 April 1999 at 22:56 (UCT)";
|