René Moser
|
bf07cf8d3b
|
fix typo in get_exception(), extends fix #2502 (#2507)
introduced with 9e277aabb0
|
9 years ago |
Andrey Arapov
|
00afca99e5
|
system: crypttab: fix typo (#2476)
|
9 years ago |
Chris Weber
|
9e277aabb0
|
Fixed modules/system py files for 2.4 to 3.5 exceptions (#2367)
|
9 years ago |
Michael Scherer
|
ff74fc0072
|
Remove the +x from crypttab and cronvar (#2039)
While this change nothing, it is better to enforce consistency
|
9 years ago |
kubilus1
|
773d402eac
|
Unchecked index causes IndexError.
|
9 years ago |
Brian Coca
|
3099469b7f
|
fixed typos in cryptab, thanks @timw
fixes #1176
|
9 years ago |
Steve
|
c5924aff74
|
Fix bug #1105 - incorrect use of lstrip()
Remove only the literal prefix '/dev/mapper/' - not any of the characters
in '/dev/mapper/' - from the name param of the crypttab module.
|
9 years ago |
Greg DeKoenigsberg
|
004dedba8a
|
Changes to author formatting, remove emails
|
10 years ago |
Brian Coca
|
edf519a0c2
|
moar quotes
|
10 years ago |
Greg DeKoenigsberg
|
57ad76208d
|
Adding author's github id
|
10 years ago |
Matt Martz
|
a258606694
|
Use try/finally with file opening to close the file
|
10 years ago |
Matt Martz
|
e568032bc3
|
Fix up modules that have python24 syntax error
|
10 years ago |
Brian Coca
|
d4d5d7cf73
|
Merge pull request #190 from yuriks/patch-1
crypttab: Fix parameter checking with state=absent
|
10 years ago |
Toshio Kuratomi
|
8baba98ebe
|
Don't know why but the 1.8.x branch didn't include the commit for crypttab.
Update documentation to show it is new in 1.9 as a result of that
oversight.
|
10 years ago |
Yuri Kunde Schlesner
|
1d60d33dc1
|
crypttab: Fix parameter checking with state=absent
Only the `name` parameter is required when removing an entry, but the module tried to ensure at least one other parameter was set.
|
10 years ago |
Steve
|
26f58a8eb7
|
New crypttab module for editing Linux /etc/crypttab file
|
10 years ago |