From 9b6c3ce05c35fcfad8b552794f30f283cd9c28d0 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sun, 3 Jul 2011 03:57:52 +0200 Subject: [PATCH] Remove obsolete file. --- Makefile_upgrade.inc | 1 + share/examples/etc/README.examples | 1 - share/examples/etc/skey.access | 30 ------------------------------ 3 files changed, 1 insertion(+), 31 deletions(-) delete mode 100644 share/examples/etc/skey.access diff --git a/Makefile_upgrade.inc b/Makefile_upgrade.inc index 2e096fafb7..89e3e9adcf 100644 --- a/Makefile_upgrade.inc +++ b/Makefile_upgrade.inc @@ -1022,6 +1022,7 @@ TO_REMOVE+=/usr/share/man/cat1/keyinit.1.gz TO_REMOVE+=/usr/lib/libskey.a TO_REMOVE+=/usr/lib/profile/libskey.a TO_REMOVE+=/usr/include/skey.h +TO_REMOVE+=/usr/share/examples/etc/skey.access TO_REMOVE+=/usr/share/man/man1/skey.1.gz TO_REMOVE+=/usr/share/man/cat1/skey.1.gz TO_REMOVE+=/usr/share/man/man3/skey.3.gz diff --git a/share/examples/etc/README.examples b/share/examples/etc/README.examples index a259c2bf0a..92fa367999 100644 --- a/share/examples/etc/README.examples +++ b/share/examples/etc/README.examples @@ -66,7 +66,6 @@ rpc - rpc program number database sensorsd.conf - configuration file for sensorsd(8) services - service name data base shells - list of configurable shells -skey.access - configuration file for skey(1) sysctl.conf - kernel state defaults syslog.conf - configuration file for syslogd(8) ttys - defines port configuration for init(8) diff --git a/share/examples/etc/skey.access b/share/examples/etc/skey.access deleted file mode 100644 index ad0245f6ed..0000000000 --- a/share/examples/etc/skey.access +++ /dev/null @@ -1,30 +0,0 @@ -# This file controls whether UNIX passwords are to be permitted. Rules -# are matched in order, and the search terminates when the first matching -# rule has been found. -# -# Each rule has the form: -# -# permit condition condition... -# deny condition condition... -# -# Where "permit" or "deny" may be followed by zero or more conditions. -# -# A rule is matched when all conditions are satisfied. A rule without -# conditions is always satisfied. -# -# Examples of conditions are: -# -# hostname wzv.win.tue.nl -# internet 131.155.210.0 255.255.255.0 -# port ttya -# user root -# group wheel -# -# The old S/Key form (permit/deny netnumber netmask) is still supported. -# -#permit user uugiga # uucp login via modem or internet -#permit port ttyb # local -#permit port console # local -#deny # anything else - -permit # permit plaintext passwords all the time -- 2.41.0