mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 01:49:11 +00:00
Minor cleanup (#110)
* fix trivial shell script issues * remove trailing whitespace
This commit is contained in:
parent
1c52c24a93
commit
bf7d20b482
@ -8,7 +8,7 @@ BreakBeforeBinaryOperators: None
|
|||||||
ColumnLimit: 80
|
ColumnLimit: 80
|
||||||
IndentWidth: 4
|
IndentWidth: 4
|
||||||
ContinuationIndentWidth: 8
|
ContinuationIndentWidth: 8
|
||||||
ForEachMacros:
|
ForEachMacros:
|
||||||
- HLTQ_FOREACH
|
- HLTQ_FOREACH
|
||||||
- HLTQ_FOREACH_REVERSE
|
- HLTQ_FOREACH_REVERSE
|
||||||
- HLTQ_FOREACH_REVERSE_SAFE
|
- HLTQ_FOREACH_REVERSE_SAFE
|
||||||
|
2
INSTALL
2
INSTALL
@ -406,7 +406,7 @@ Optional features:
|
|||||||
is to compile noexec support if libtool supports building
|
is to compile noexec support if libtool supports building
|
||||||
shared objects on your system.
|
shared objects on your system.
|
||||||
|
|
||||||
--with-selinux
|
--with-selinux
|
||||||
Enable support for role based access control (RBAC) on
|
Enable support for role based access control (RBAC) on
|
||||||
systems that support SELinux.
|
systems that support SELinux.
|
||||||
|
|
||||||
|
2
MANIFEST
2
MANIFEST
@ -157,7 +157,7 @@ lib/iolog/regress/fuzz/fuzz_iolog_json.c
|
|||||||
lib/iolog/regress/fuzz/fuzz_iolog_json.dict
|
lib/iolog/regress/fuzz/fuzz_iolog_json.dict
|
||||||
lib/iolog/regress/fuzz/fuzz_iolog_legacy.c
|
lib/iolog/regress/fuzz/fuzz_iolog_legacy.c
|
||||||
lib/iolog/regress/fuzz/fuzz_iolog_timing.c
|
lib/iolog/regress/fuzz/fuzz_iolog_timing.c
|
||||||
lib/iolog/regress/host_port/host_port_test.c
|
lib/iolog/regress/host_port/host_port_test.c
|
||||||
lib/iolog/regress/iolog_json/check_iolog_json.c
|
lib/iolog/regress/iolog_json/check_iolog_json.c
|
||||||
lib/iolog/regress/iolog_json/test1.in
|
lib/iolog/regress/iolog_json/test1.in
|
||||||
lib/iolog/regress/iolog_json/test2.in
|
lib/iolog/regress/iolog_json/test2.in
|
||||||
|
@ -4,10 +4,10 @@
|
|||||||
# If the user hasn't chosen one themselves, we do here.
|
# If the user hasn't chosen one themselves, we do here.
|
||||||
if [ "`/usr/bin/uname 2>&1`" = "OpenBSD" ]; then
|
if [ "`/usr/bin/uname 2>&1`" = "OpenBSD" ]; then
|
||||||
if [ X"$AUTOMAKE_VERSION" = X"" ]; then
|
if [ X"$AUTOMAKE_VERSION" = X"" ]; then
|
||||||
AUTOMAKE_VERSION=1.16; export AUTOMAKE_VERSION
|
AUTOMAKE_VERSION=1.16; export AUTOMAKE_VERSION
|
||||||
fi
|
fi
|
||||||
if [ X"$AUTOCONF_VERSION" = X"" ]; then
|
if [ X"$AUTOCONF_VERSION" = X"" ]; then
|
||||||
AUTOCONF_VERSION=2.69; export AUTOCONF_VERSION
|
AUTOCONF_VERSION=2.69; export AUTOCONF_VERSION
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
56
doc/LICENSE
56
doc/LICENSE
@ -20,13 +20,13 @@ Sudo is distributed under the following license:
|
|||||||
Materiel Command, USAF, under agreement number F39502-99-1-0512.
|
Materiel Command, USAF, under agreement number F39502-99-1-0512.
|
||||||
|
|
||||||
The Python plugin bindings bear the following license:
|
The Python plugin bindings bear the following license:
|
||||||
|
|
||||||
Copyright (c) 2019-2020 Robert Manner <robert.manner@oneidentity.com>
|
Copyright (c) 2019-2020 Robert Manner <robert.manner@oneidentity.com>
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
copyright notice and this permission notice appear in all copies.
|
copyright notice and this permission notice appear in all copies.
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||||
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||||||
@ -42,7 +42,7 @@ The files hostcheck.c and hostcheck.h bear the following license:
|
|||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
copyright notice and this permission notice appear in all copies.
|
copyright notice and this permission notice appear in all copies.
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||||
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||||||
@ -54,13 +54,13 @@ The files hostcheck.c and hostcheck.h bear the following license:
|
|||||||
The file redblack.c bears the following license:
|
The file redblack.c bears the following license:
|
||||||
|
|
||||||
Copyright (c) 2001 Emin Martinian
|
Copyright (c) 2001 Emin Martinian
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that neither the name of Emin
|
modification, are permitted provided that neither the name of Emin
|
||||||
Martinian nor the names of any contributors are be used to endorse or
|
Martinian nor the names of any contributors are be used to endorse or
|
||||||
promote products derived from this software without specific prior
|
promote products derived from this software without specific prior
|
||||||
written permission.
|
written permission.
|
||||||
|
|
||||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||||
@ -76,13 +76,13 @@ The file redblack.c bears the following license:
|
|||||||
The file sssd.c bears the following license:
|
The file sssd.c bears the following license:
|
||||||
|
|
||||||
Copyright (c) 2011 Daniel Kopecek <dkopecek@redhat.com>
|
Copyright (c) 2011 Daniel Kopecek <dkopecek@redhat.com>
|
||||||
|
|
||||||
This code is derived from software contributed by Aaron Spangler.
|
This code is derived from software contributed by Aaron Spangler.
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
copyright notice and this permission notice appear in all copies.
|
copyright notice and this permission notice appear in all copies.
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||||
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||||||
@ -94,11 +94,11 @@ The file sssd.c bears the following license:
|
|||||||
The files bsm_audit.c and bsm_audit.h bear the following license:
|
The files bsm_audit.c and bsm_audit.h bear the following license:
|
||||||
|
|
||||||
Copyright (c) 2009 Christian S.J. Peron
|
Copyright (c) 2009 Christian S.J. Peron
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
copyright notice and this permission notice appear in all copies.
|
copyright notice and this permission notice appear in all copies.
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||||
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||||||
@ -110,11 +110,11 @@ The files bsm_audit.c and bsm_audit.h bear the following license:
|
|||||||
The files solaris_audit.c and solaris_audit.h bear the following license:
|
The files solaris_audit.c and solaris_audit.h bear the following license:
|
||||||
|
|
||||||
Copyright (c) 2014, Oracle and/or its affiliates.
|
Copyright (c) 2014, Oracle and/or its affiliates.
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
copyright notice and this permission notice appear in all copies.
|
copyright notice and this permission notice appear in all copies.
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||||
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||||||
@ -126,11 +126,11 @@ The files solaris_audit.c and solaris_audit.h bear the following license:
|
|||||||
The file reallocarray.c bears the following license:
|
The file reallocarray.c bears the following license:
|
||||||
|
|
||||||
Copyright (c) 2008 Otto Moerbeek <otto@drijf.net>
|
Copyright (c) 2008 Otto Moerbeek <otto@drijf.net>
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
copyright notice and this permission notice appear in all copies.
|
copyright notice and this permission notice appear in all copies.
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||||
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||||||
@ -173,7 +173,7 @@ The file fnmatch.c bears the following license:
|
|||||||
|
|
||||||
Copyright (c) 2011, VMware, Inc.
|
Copyright (c) 2011, VMware, Inc.
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions are met:
|
modification, are permitted provided that the following conditions are met:
|
||||||
* Redistributions of source code must retain the above copyright
|
* Redistributions of source code must retain the above copyright
|
||||||
@ -184,7 +184,7 @@ The file fnmatch.c bears the following license:
|
|||||||
* Neither the name of the VMware, Inc. nor the names of its contributors
|
* Neither the name of the VMware, Inc. nor the names of its contributors
|
||||||
may be used to endorse or promote products derived from this software
|
may be used to endorse or promote products derived from this software
|
||||||
without specific prior written permission.
|
without specific prior written permission.
|
||||||
|
|
||||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||||||
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
@ -248,11 +248,11 @@ The file arc4random.c bears the following license:
|
|||||||
Copyright (c) 2008, Damien Miller <djm@openbsd.org>
|
Copyright (c) 2008, Damien Miller <djm@openbsd.org>
|
||||||
Copyright (c) 2013, Markus Friedl <markus@openbsd.org>
|
Copyright (c) 2013, Markus Friedl <markus@openbsd.org>
|
||||||
Copyright (c) 2014, Theo de Raadt <deraadt@openbsd.org>
|
Copyright (c) 2014, Theo de Raadt <deraadt@openbsd.org>
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
copyright notice and this permission notice appear in all copies.
|
copyright notice and this permission notice appear in all copies.
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||||
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||||||
@ -260,15 +260,15 @@ The file arc4random.c bears the following license:
|
|||||||
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||||
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
The file arc4random_uniform.c bears the following license:
|
The file arc4random_uniform.c bears the following license:
|
||||||
|
|
||||||
Copyright (c) 2008, Damien Miller <djm@openbsd.org>
|
Copyright (c) 2008, Damien Miller <djm@openbsd.org>
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
copyright notice and this permission notice appear in all copies.
|
copyright notice and this permission notice appear in all copies.
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||||
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||||||
@ -281,11 +281,11 @@ The file getentropy.c bears the following license:
|
|||||||
|
|
||||||
Copyright (c) 2014 Theo de Raadt <deraadt@openbsd.org>
|
Copyright (c) 2014 Theo de Raadt <deraadt@openbsd.org>
|
||||||
Copyright (c) 2014 Bob Beck <beck@obtuse.com>
|
Copyright (c) 2014 Bob Beck <beck@obtuse.com>
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
copyright notice and this permission notice appear in all copies.
|
copyright notice and this permission notice appear in all copies.
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||||
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||||||
@ -321,19 +321,19 @@ The embedded copy of protobuf-c bears the following license:
|
|||||||
|
|
||||||
Copyright (c) 2008-2018, Dave Benson and the protobuf-c authors.
|
Copyright (c) 2008-2018, Dave Benson and the protobuf-c authors.
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions
|
modification, are permitted provided that the following conditions
|
||||||
are met:
|
are met:
|
||||||
|
|
||||||
* Redistributions of source code must retain the above copyright
|
* Redistributions of source code must retain the above copyright
|
||||||
notice, this list of conditions and the following disclaimer.
|
notice, this list of conditions and the following disclaimer.
|
||||||
|
|
||||||
* Redistributions in binary form must reproduce the above
|
* Redistributions in binary form must reproduce the above
|
||||||
copyright notice, this list of conditions and the following
|
copyright notice, this list of conditions and the following
|
||||||
disclaimer in the documentation and/or other materials
|
disclaimer in the documentation and/or other materials
|
||||||
provided with the distribution.
|
provided with the distribution.
|
||||||
|
|
||||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||||
|
@ -512,7 +512,7 @@ still allow people to get their work done."
|
|||||||
print "On Debian we normally use gid 27 for \"sudo\".\n";
|
print "On Debian we normally use gid 27 for \"sudo\".\n";
|
||||||
$gname = getgrgid(27);
|
$gname = getgrgid(27);
|
||||||
print "However, on your system gid 27 is group \"$gname\".\n\n";
|
print "However, on your system gid 27 is group \"$gname\".\n\n";
|
||||||
print "Would you like me to stop configuring sudo so that you can change this? [n] ";
|
print "Would you like me to stop configuring sudo so that you can change this? [n] ";
|
||||||
$ans = <STDIN>;
|
$ans = <STDIN>;
|
||||||
if ($ans =~ /^[yY]/) {
|
if ($ans =~ /^[yY]/) {
|
||||||
print "\"dpkg --pending --configure\" will restart the configuration.\n\n";
|
print "\"dpkg --pending --configure\" will restart the configuration.\n\n";
|
||||||
|
@ -56,7 +56,7 @@ LOGSRVD_CONF = @LOGSRVD_CONF@
|
|||||||
|
|
||||||
EXAMPLES = $(srcdir)/pam.conf sudo.conf $(LOGSRVD_CONF) \
|
EXAMPLES = $(srcdir)/pam.conf sudo.conf $(LOGSRVD_CONF) \
|
||||||
$(srcdir)/sudoers $(srcdir)/syslog.conf
|
$(srcdir)/sudoers $(srcdir)/syslog.conf
|
||||||
|
|
||||||
VERSION = @PACKAGE_VERSION@
|
VERSION = @PACKAGE_VERSION@
|
||||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user