getppds revision c81d47afd05baeb768e2f032636019b717899efd
0N/A# The contents of this file are subject to the terms of the 0N/A# Common Development and Distribution License (the "License"). 0N/A# You may not use this file except in compliance with the License. 0N/A# See the License for the specific language governing permissions 0N/A# and limitations under the License. 0N/A# When distributing Covered Code, include this CDDL HEADER in each 0N/A# If applicable, add the following below this CDDL HEADER, with the 0N/A# fields enclosed by brackets "[]" replaced with your own identifying 0N/A# information: Portions Copyright [yyyy] [name of copyright owner] 0N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 0N/A# Use is subject to license terms. 0N/A# ident "%Z%%M% %I% %E% SMI" 0N/A# get a list of the Models for this Model from the ppdcache 0N/A# <label>(<repository letter>): <driver> 0N/A# Return cache entries matching the specified make 0N/A# and model from the specified cache file. 0N/A# Ensure each ppdcache entry is processed as a single string 0N/A# otherwise it would be split up by spaces. 0N/A system=
"${system}${ppdlabel}(S)${SEP}${driver}\n" 0N/A vendor=
"${vendor}${ppdlabel}(V)${SEP}${driver}\n" 0N/A admin=
"${admin}${ppdlabel}(A)${SEP}${driver}\n" 0N/A user=
"${user}${ppdlabel}(U)${SEP}${driver}\n" 0N/Aecho "${user}${admin}${vendor}${system}"