3 |
# $Id$ |
# $Id$ |
4 |
###################################### |
###################################### |
5 |
# $Log$ |
# $Log$ |
6 |
|
# Revision 1.4 2003/02/17 01:08:06 jonen |
7 |
|
# + minor changes |
8 |
|
# |
9 |
|
# Revision 1.3 2003/02/03 10:42:10 jonen |
10 |
|
# + another bugfix (sorry, but my orginal script was destroyed by a mistake of myself, arrggg.. ;) |
11 |
|
# |
12 |
# Revision 1.1 2003/02/03 10:04:56 jonen |
# Revision 1.1 2003/02/03 10:04:56 jonen |
13 |
# + first init |
# + first init |
14 |
# |
# |
88 |
push @new_lines, "New Packages available for upgrade:"; |
push @new_lines, "New Packages available for upgrade:"; |
89 |
} |
} |
90 |
elsif( $_ =~ /^Inst/ ) { |
elsif( $_ =~ /^Inst/ ) { |
91 |
push @new_lines, " o " . $_; |
s/^Inst/ o /; |
92 |
|
push @new_lines,$_; |
93 |
} |
} |
94 |
elsif( $_ !~ /^Conf/ ) { |
elsif( $_ !~ /^Conf/ ) { |
95 |
push @new_lines, " o " . $_; |
push @new_lines, $_; |
96 |
} |
} |
97 |
if($cnt == $count_lines) { |
if($cnt == $count_lines) { |
98 |
push @new_lines, "\n\n"; |
push @new_lines, "\n\n"; |