Subversion Repositories camp_sysinfo_client (old)

Rev

Blame | Last modification | View Log | Download | RSS feed

#! /usr/bin/perl -w

# sysinfo_custom.pl
# Author: R. W. Rodolico

# this script should return a tab delimted list of values to the calling program on STDOUT
# the columns are: package name, package version, and an optional description of the package
# Multiple lines will be assumed to be multiple packages.
# the lines returned will be appended to the package list by sysinfo


1;