summaryrefslogtreecommitdiffstats
path: root/docs/SHORTCUTS
Commit message (Expand)AuthorAgeFilesLines
* remove obsolete stuff from docPascal Rigaux2009-02-011-2/+0
* add F1 & F2Pascal Rigaux2002-02-081-0/+2
* no_commentPascal Rigaux1999-12-171-0/+9
* no_commentPascal Rigaux1999-10-251-0/+6
* no_commentPascal Rigaux1999-10-201-1/+1
* no_commentPascal Rigaux1999-10-081-0/+34
0d6ca74475c94.tar.xz
drakx-65e77976c01ee5dc0a597ebf0670d6ca74475c94.zip
added a trailing true value for perl being happy.
Diffstat
-rw-r--r--perl-install/diskdrake/interactive.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/diskdrake/interactive.pm b/perl-install/diskdrake/interactive.pm
index 21acdc568..7de23133c 100644
--- a/perl-install/diskdrake/interactive.pm
+++ b/perl-install/diskdrake/interactive.pm
@@ -1208,3 +1208,5 @@ sub choose_encrypt_key {
{ label => N("Encryption key (again)"), val => \$encrypt_key2, hidden => 1 },
]) && $encrypt_key;
}
+
+1;