File: passwd.fmt

package info (click to toggle)
addressbook 0.7-10
  • links: PTS
  • area: main
  • in suites: slink
  • size: 964 kB
  • ctags: 163
  • sloc: tcl: 6,000; perl: 528; ansic: 362; awk: 205; sh: 133; makefile: 100
file content (46 lines) | stat: -rw-r--r-- 1,272 bytes parent folder | download | duplicates (4)
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
#
# Configuration File for the Data-File
#
# Define for each field the contents. You can use predefined contents types
# which will generate a label in your language and which may perform some
# predefined action (like phone, fax, email)
# Or you use 'other', than you have to define you own label
# A list of all possiblities follows at the end.
# Begin with 0

0 other1
1 other2
2 other3
3 other4
4 other5
5 other6
6 other7

label1 "Login"
label2 "Password"
label3 "UID"
label4 "GID"
label5 "Fullname"
label6 "Directory"
label7 "Shell"

#########################################################################
# The caracter separing your datafields                                 #

separatorchar :

#########################################################################
# Format for the entries in the listbox
# usually "%s, %s" if you display lastname, firstname
# and     "%s %s"  if you display firstname, lastname
listboxformat "%s"

#########################################################################
# The number of the first and second field displayed in the listbox
listboxentry1 0
listboxentry2 8

#########################################################################
# The number of the first and second field used for sorting
sort1 0
sort2 8