ב הוא חיבור של הרב יהושע בועז שתוכנו מראי מקומות למקורותشسdggרות הל555ה התafhgfh
במסgרות ה gh//شی הוא חיבור של הרב יהושע בועז שתוכנו מראי מקומות למקורותהתנדaghhhhו12ין יעל, המעציfghfghfע
/
usr
/
share
/
augeas
/
lenses
/
dist
/
Upload FileeE
HOME
(* Parses entries in /etc/securetty Author: Simon Josi <josi@yokto.net> *) module Securetty = autoload xfm let word = /[^ \t\n#]+/ let eol = Util.eol let empty = Util.empty let comment = Util.comment let comment_or_eol = Util.comment_or_eol let record = [ seq "securetty" . store word . comment_or_eol ] let lns = ( empty | comment | record )* let filter = (incl "/etc/securetty") let xfm = transform lns filter