summaryrefslogtreecommitdiff
path: root/app-crypt/passwordsafe/files/passwordsafe-fix-file-collisions.patch
blob: bbd032dd611a9b4e482187d065c4290a96b98af6 (plain)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Index: docs/pwsafe.1
===================================================================
--- docs/pwsafe.1	(revision 5210)
+++ docs/pwsafe.1	(working copy)
@@ -1,11 +1,11 @@
 .\" Process this file with
 .\" groff -man -Tascii pwsafe.1
 .\"
-.TH PWSAFE 1 "JULY 2010" Linux "User Manuals"
+.TH PASSWORDSAFE 1 "JULY 2010" Linux "User Manuals"
 .SH NAME
-pwsafe \- Secure Password Manager
+passwordsafe \- Secure Password Manager
 .SH SYNOPSIS
-.B pwsafe [-g
+.B passwordsafe [-g
 .I config-file
 .B ] [-u
 .I user
@@ -17,24 +17,24 @@
 .I database
 .B ]
 .br
-.B pwsafe
+.B passwordsafe
 .B -v
 .I database
 .br
-.B pwsafe
+.B passwordsafe
 .B [-e|-d]
 .I file
 .br
-.B pwsafe
+.B passwordsafe
 .B [-c|-s|-m]
 .SH DESCRIPTION
-.B pwsafe
+.B passwordsafe
 manages your passwords in a convenient yet secure manner.
 .SH OPTIONS
 .IP -g
 .I config-file
 This will cause the specified config-file to be used for loading and storing
-preferences, instead of the default pwsafe.cfg (see
+preferences, instead of the default passwordsafe.cfg (see
 .B FILES
 ).
 .IP -u
@@ -90,14 +90,14 @@
 .SH ENVIRONMENT
 .IP PWS_PREFSDIR
 If set,
-.B pwsafe
+.B passwordsafe
 will look for the preference file in this directory rather than in
 .I ~/.pwsafe.
 .SH DIAGNOSTICS
-.B pwsafe
+.B passwordsafe
 Will issue error messages if the database is damaged. If this occurs,
 invoking
-.B pwsafe
+.B passwordsafe
 with the 
 .B -v
 option may help.
Index: install/desktop/pwsafe.desktop
===================================================================
--- install/desktop/pwsafe.desktop	(revision 5210)
+++ install/desktop/pwsafe.desktop	(working copy)
@@ -3,9 +3,9 @@
 Name=PasswordSafe
 
 Comment=Manage passwords
-Exec=pwsafe %f
-Icon=pwsafe
+Exec=passwordsafe %f
+Icon=passwordsafe
 Terminal=false
 Type=Application
 StartupNotify=true
-Categories=GTK;Utility;Security;
\ No newline at end of file
+Categories=GTK;Utility;
\ No newline at end of file