Revision e16c1ecf
Added by Jim Pingle almost 10 years ago
tools/scripts/generate-privdefs.php | ||
---|---|---|
109 | 109 |
$pdata; |
110 | 110 |
$pdata = "<?php\n"; |
111 | 111 |
$pdata .= "/*\n"; |
112 |
$pdata .= " * priv.defs.inc - Generated privilege definitions\n"; |
|
112 |
$pdata .= " * priv.defs.inc - Default Privilege Definitions\n"; |
|
113 |
$pdata .= " * Generated by pfSense/tools/scripts/generate-privdefs.php\n"; |
|
114 |
$pdata .= " *\n"; |
|
115 |
$pdata .= " * ***************************************************\n"; |
|
116 |
$pdata .= " * DO NOT EDIT THIS FILE. IT IS GENERATED BY A SCRIPT.\n"; |
|
117 |
$pdata .= " * ***************************************************\n"; |
|
118 |
$pdata .= " *\n"; |
|
119 |
$pdata .= " * Text is pulled from metadata headers in the referenced files.\n"; |
|
113 | 120 |
$pdata .= " *\n"; |
114 | 121 |
$pdata .= " */\n"; |
115 | 122 |
$pdata .= "\n"; |
Also available in: Unified diff
Tweaks to the priv generation script