Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sudo-project
GitHub Repository: sudo-project/sudo
Path: blob/main/plugins/sudoers/ins_2001.h
1532 views
1
/*
2
* SPDX-License-Identifier: ISC
3
*
4
* Copyright (c) 1996, 1998, 1999 Todd C. Miller <[email protected]>
5
*
6
* Permission to use, copy, modify, and distribute this software for any
7
* purpose with or without fee is hereby granted, provided that the above
8
* copyright notice and this permission notice appear in all copies.
9
*
10
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17
*/
18
19
#ifndef SUDOERS_INS_2001_H
20
#define SUDOERS_INS_2001_H
21
22
/*
23
* HAL insults (paraphrased) from 2001.
24
*/
25
26
N_("Just what do you think you're doing Dave?"),
27
N_("It can only be attributed to human error."),
28
N_("That's something I cannot allow to happen."),
29
N_("My mind is going. I can feel it."),
30
N_("Sorry about this, I know it's a bit silly."),
31
N_("Take a stress pill and think things over."),
32
N_("This mission is too important for me to allow you to jeopardize it."),
33
N_("I feel much better now."),
34
35
#endif /* SUDOERS_INS_2001_H */
36
37