Legal notice, fixes #107
This commit is contained in:
@ -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
|
||||
|
@ -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")
|
||||
|
Reference in New Issue
Block a user