mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Minor fix for Ubuntu 10.10
This commit is contained in:
@@ -354,7 +354,7 @@ local $id = $config{'inittab_id'};
|
||||
if (open(TAB, $iconfig{'inittab_file'})) {
|
||||
# Read the inittab file
|
||||
while(<TAB>) {
|
||||
if (/^$id:(\d+):/) { @rv = ( $1 ); }
|
||||
if (/^$id:(\d+):/ && $1) { @rv = ( $1 ); }
|
||||
}
|
||||
close(TAB);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user