1835424 Members
2706 Online
110078 Solutions
New Discussion

Serial depot

 
Jun Zhang_4
Regular Advisor

Serial depot

How to make a depot including only one file, which could be Authen-PAM-0.14.tar.gz, so that I can append it to a serial depot?
I'm following the Example 9 of the make_medialif manpage to make a depot tape. I'd imagine that
swcopy -s /path/Authen014 \* @ /path/global
is needed to append the .tar.gz file to the global depot, and then serialdepot and then to tape, but I don't have such a depot called Authen014 containing the .tar.gz file.

Jun

PS.
The config file is the following,

## Software Sources
sw_source "Authen-Pam" {
description = "Perl module"
source_format = archive
source_type="MT"

# Change this to be your NFS server's IP and path:
# nfs_source = "159.66.144.39:/ccitriad/sw/archives"
}

## Software Categories
sw_category "modules" {
description = "Software module for Perl"
}

## Software Selection
sw_sel "Authen PAM" {
description = "Authentication"
sw_source = "Authen-Pam"
archive_type = gzip tar
archive_path = "Authen-PAM-0.14.tar.gz"
sw_category = "modules"
impacts = "/" 1Kb
impacts = "/Authen-PAM-0.14" 199Kb
}
Food lover