diff options
Diffstat (limited to 'etc.BSD')
-rw-r--r-- | etc.BSD/COPYRIGHT | 2 | ||||
-rw-r--r-- | etc.BSD/Makefile | 2 | ||||
-rw-r--r-- | etc.BSD/issue | 3 | ||||
-rw-r--r-- | etc.BSD/issue.logo | 13 | ||||
-rw-r--r-- | etc.BSD/login.conf | 65 |
5 files changed, 1 insertions, 84 deletions
diff --git a/etc.BSD/COPYRIGHT b/etc.BSD/COPYRIGHT deleted file mode 100644 index 378f62fc..00000000 --- a/etc.BSD/COPYRIGHT +++ /dev/null @@ -1,2 +0,0 @@ -Copyright 1996-2007 Gentoo Foundation -Copyright 1992-2007 The FreeBSD Project diff --git a/etc.BSD/Makefile b/etc.BSD/Makefile index b78ea8b4..61df479d 100644 --- a/etc.BSD/Makefile +++ b/etc.BSD/Makefile @@ -1,5 +1,5 @@ DIR = /etc -FILES = COPYRIGHT issue issue.logo login.conf rc rc.shutdown +FILES = rc rc.shutdown TOPDIR = .. include $(TOPDIR)/default.mk diff --git a/etc.BSD/issue b/etc.BSD/issue deleted file mode 100644 index 7a303dfb..00000000 --- a/etc.BSD/issue +++ /dev/null @@ -1,3 +0,0 @@ - -This is %h (%s %m %r) %d - diff --git a/etc.BSD/issue.logo b/etc.BSD/issue.logo deleted file mode 100644 index 81946e24..00000000 --- a/etc.BSD/issue.logo +++ /dev/null @@ -1,13 +0,0 @@ -[0;35;40m . -[0;35;40m .vir. d$b -[0;35;40m .d$$$$$$b. .cd$$b. .d$$b. d$$$$$$$$$$$b .d$$b. .d$$b. -[0;35;40m $$$$( )$$$b d$$$()$$$. d$$$$$$$b Q$$$$$$$P$$$P.$$$$$$$b. .$$$$$$$b. -[0;35;40m Q$$$$$$$$$$B$$$$$$$$P" d$$$PQ$$$$b. $$$$. .$$$P' `$$$ .$$$P' `$$$ -[0;35;40m "$$$$$$$P Q$$$$$$$b d$$$P Q$$$$b $$$$b $$$$b..d$$$ $$$$b..d$$$ -[0;35;40m d$$$$$$P" "$$$$$$$$ Q$$$ Q$$$$ $$$$$ `Q$$$$$$$P `Q$$$$$$$P -[0;35;40m $$$$$$$P `""""" "" "" Q$$$P "Q$$$P" "Q$$$P" -[0;35;40m `Q$$P" """ -[0;37;40m - -This is %h (%s %m %r) %d - diff --git a/etc.BSD/login.conf b/etc.BSD/login.conf deleted file mode 100644 index e38f1703..00000000 --- a/etc.BSD/login.conf +++ /dev/null @@ -1,65 +0,0 @@ -# login.conf - login class capabilities database. -# -# Remember to rebuild the database after each change to this file: -# -# cap_mkdb /etc/login.conf -# -# This file controls resource limits, accounting limits and -# default user environment settings. - -# defaults -# These settings are used by login(1) by default for classless users -# Note that entries like "cputime" set both "cputime-cur" and "cputime-max" - -default:\ - :passwd_format=md5:\ - :copyright=/etc/COPYRIGHT:\ - :welcome=/etc/motd:\ - :setenv=FTP_PASSIVE_MODE=YES:\ - :path=/sbin /bin /usr/sbin /usr/bin /usr/local/sbin /usr/local/bin ~/bin:\ - :nologin=/etc/nologin:\ - :cputime=unlimited:\ - :datasize=unlimited:\ - :stacksize=unlimited:\ - :memorylocked=unlimited:\ - :memoryuse=unlimited:\ - :filesize=unlimited:\ - :coredumpsize=unlimited:\ - :openfiles=unlimited:\ - :maxproc=unlimited:\ - :sbsize=unlimited:\ - :vmemoryuse=unlimited:\ - :priority=0:\ - :ignoretime@:\ - :umask=022: - -# -# Root can always login -# -# N.B. login_getpwclass(3) will use this entry for the root account, -# in preference to 'default'. -root:\ - :ignorenologin:\ - :tc=default: - -# -# A collection of common class names - forward them all to 'default' -# (login would normally do this anyway, but having a class name -# here suppresses the diagnostic) -# -standard:\ - :tc=default: -xuser:\ - :tc=default: -daemon:\ - :tc=default: -news:\ - :tc=default: - -# -# Russian Users Accounts. Setup proper environment variables. -# -#russian|Russian Users Accounts:\ -# :charset=KOI8-R:\ -# :lang=ru_RU.KOI8-R:\ -# :tc=default: |