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