/*1* SPDX-License-Identifier: ISC2*3* Copyright (c) 1996, 1998, 1999, 20044* Todd C. Miller <[email protected]>5*6* Permission to use, copy, modify, and distribute this software for any7* purpose with or without fee is hereby granted, provided that the above8* copyright notice and this permission notice appear in all copies.9*10* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES11* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF12* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR13* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES14* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN15* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF16* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.17*/1819#ifndef SUDOERS_INS_CSOPS_H20#define SUDOERS_INS_CSOPS_H2122/*23* CSOps insults (may be site dependent).24*/2526N_("Maybe if you used more than just two fingers..."),27N_("BOB says: You seem to have forgotten your passwd, enter another!"),28N_("stty: unknown mode: doofus"),29N_("I can't hear you -- I'm using the scrambler."),30N_("The more you drive -- the dumber you get."),31N_("Listen, broccoli brains, I don't have time to listen to this trash."),32N_("I've seen penguins that can type better than that."),33N_("Have you considered trying to match wits with a rutabaga?"),34N_("You speak an infinite deal of nothing"),3536#endif /* SUDOERS_INS_CSOPS_H */373839