Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
1 |
rodolico |
1 |
#! /usr/bin/perl -w
|
|
|
2 |
|
|
|
3 |
# sysinfo_custom.pl
|
|
|
4 |
# Author: R. W. Rodolico
|
|
|
5 |
|
|
|
6 |
# this script should return a tab delimted list of values to the calling program on STDOUT
|
|
|
7 |
# the columns are: package name, package version, and an optional description of the package
|
|
|
8 |
# Multiple lines will be assumed to be multiple packages.
|
|
|
9 |
# the lines returned will be appended to the package list by sysinfo
|
|
|
10 |
|
|
|
11 |
|
|
|
12 |
1;
|