1*5f58abfdSNorm Jacobs#!/bin/sh 2*5f58abfdSNorm Jacobs# 3*5f58abfdSNorm Jacobs# CDDL HEADER START 4*5f58abfdSNorm Jacobs# 5*5f58abfdSNorm Jacobs# The contents of this file are subject to the terms of the 6*5f58abfdSNorm Jacobs# Common Development and Distribution License (the "License"). 7*5f58abfdSNorm Jacobs# You may not use this file except in compliance with the License. 8*5f58abfdSNorm Jacobs# 9*5f58abfdSNorm Jacobs# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10*5f58abfdSNorm Jacobs# or http://www.opensolaris.org/os/licensing. 11*5f58abfdSNorm Jacobs# See the License for the specific language governing permissions 12*5f58abfdSNorm Jacobs# and limitations under the License. 13*5f58abfdSNorm Jacobs# 14*5f58abfdSNorm Jacobs# When distributing Covered Code, include this CDDL HEADER in each 15*5f58abfdSNorm Jacobs# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16*5f58abfdSNorm Jacobs# If applicable, add the following below this CDDL HEADER, with the 17*5f58abfdSNorm Jacobs# fields enclosed by brackets "[]" replaced with your own identifying 18*5f58abfdSNorm Jacobs# information: Portions Copyright [yyyy] [name of copyright owner] 19*5f58abfdSNorm Jacobs# 20*5f58abfdSNorm Jacobs# CDDL HEADER END 21*5f58abfdSNorm Jacobs# 22*5f58abfdSNorm Jacobs 23*5f58abfdSNorm Jacobs# 24*5f58abfdSNorm Jacobs# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 25*5f58abfdSNorm Jacobs# Use is subject to license terms. 26*5f58abfdSNorm Jacobs# 27*5f58abfdSNorm Jacobs 28*5f58abfdSNorm Jacobs# This interface launches an available print management tool capable of 29*5f58abfdSNorm Jacobs# configuration management of the LP print service. 30*5f58abfdSNorm Jacobs# 31*5f58abfdSNorm Jacobsexec /usr/bin/ospm-preferences 32*5f58abfdSNorm Jacobs/bin/zenity --error --test "preferences are unavailable for the desktop print management tool" 33*5f58abfdSNorm Jacobsexit 0 34