diff options
author | carlosg <carlosg> | 2006-05-29 17:33:33 +0000 |
---|---|---|
committer | carlosg <carlosg> | 2006-05-29 17:33:33 +0000 |
commit | 1689a45060e40d7bb44a011dba96f4eb81cdfbf6 (patch) | |
tree | fcce0975b587cb814f9430642e24320c848decf8 /Init | |
parent | b2297dde8e3297dc86e62a84e9a12421e93ed1c2 (diff) |
2006-05-29 Carlos Garnacho <carlosg@gnome.org>
* Init/ServicesList.pm: add a missing comma
Diffstat (limited to 'Init')
-rw-r--r-- | Init/ServicesList.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Init/ServicesList.pm b/Init/ServicesList.pm index ce6de8a..325b77b 100644 --- a/Init/ServicesList.pm +++ b/Init/ServicesList.pm @@ -139,7 +139,7 @@ sub is_forbidden "swap1", "syscons", "sysctl", - "tmp" + "tmp", "ttys", "var", "virecover", |