Legal notice, fixes #107

This commit is contained in:
2019-01-10 12:43:02 +01:00
parent 94544fcdc4
commit 880f3611b6
16 changed files with 872 additions and 759 deletions

View File

@ -166,6 +166,11 @@ You might want to execute "\fBls -l /dev/disk/by-partuuid/\fR" in your favourite
If \fI/dev/disk/by-partuuid\fR is not existent, you can use the ID from \fI/dev/disk/by-uuid\fR or \fI/dev/disk/by-id\fR.
.SH "LEGAL NOTICE"
.PP
You should not issue the panic function if you think that your data has been cloned before. This might cause more problems than it can help you.
.SH "RETURN VALUES"
.PP
PAM_SUCCESS

View File

@ -21,6 +21,8 @@ N_(){
NOT_BUILT=$(N_ "ERROR: Bash script was not built correctly.")
RUN_AS_ROOT=$(N_ "Please run this script as root or use sudo.")
BACKTITLE="$(N_ "pam_panic's Configuration Generator.") Version $VERSION"
LEGAL_NOTICE=$(N_ "LEGAL NOTICE")
LEGAL_HINT=$(N_ "You should not issue the panic function if you think that your data has been cloned before. This might cause more problems than it can help you.")
BYE=$(N_ "Bye! :)")
OK=$(N_ "OK")
CANCEL=$(N_ "Cancel")