Changeset 5881 in genesis for tools/FreeBSD6_x/g_list.pl
- Timestamp:
- Jan 28, 2008, 8:52:13 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/FreeBSD6_x/g_list.pl
r5722 r5881 6 6 7 7 # Config located at other file 8 my $local_conf_file="./genesis.conf.local"; 9 do($local_conf_file) || die("Cann't open $local_conf_file"); 10 8 my $conf_file="./genesis.conf"; 11 9 do($conf_file) || die("Cann't open $conf_file"); 10 12 11 13 12 … … 146 145 $revision=$1; 147 146 }; 148 printline("<H1>Genesis config (revision: $revision):</H1><P>\n<PRE>");147 printline("<H1>Genesis config - last changed rev $revision</H1><P>\n<PRE>"); 149 148 printline("$svn_version"); 150 149 printline("</PRE>");
Note:
See TracChangeset
for help on using the changeset viewer.