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 @@ - . - .vir. d$b - .d$$$$$$b. .cd$$b. .d$$b. d$$$$$$$$$$$b .d$$b. .d$$b. - $$$$( )$$$b d$$$()$$$. d$$$$$$$b Q$$$$$$$P$$$P.$$$$$$$b. .$$$$$$$b. - Q$$$$$$$$$$B$$$$$$$$P" d$$$PQ$$$$b. $$$$. .$$$P' `$$$ .$$$P' `$$$ - "$$$$$$$P Q$$$$$$$b d$$$P Q$$$$b $$$$b $$$$b..d$$$ $$$$b..d$$$ - d$$$$$$P" "$$$$$$$$ Q$$$ Q$$$$ $$$$$ `Q$$$$$$$P `Q$$$$$$$P - $$$$$$$P `""""" "" "" Q$$$P "Q$$$P" "Q$$$P" - `Q$$P" """ - - -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: diff --git a/etc.Linux/Makefile b/etc.Linux/Makefile deleted file mode 100644 index 8a14505b..00000000 --- a/etc.Linux/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -SUBDIRS = modules.d modules.autoload.d -DIR = /etc -FILES = filesystems inputrc issue issue.logo -FILES_NOEXIST = sysctl.conf - -TOPDIR = .. -include $(TOPDIR)/default.mk diff --git a/etc.Linux/filesystems b/etc.Linux/filesystems deleted file mode 100644 index 0bb9c3c5..00000000 --- a/etc.Linux/filesystems +++ /dev/null @@ -1,14 +0,0 @@ -# /etc/filesystems -# -# This file defines the filesystems search order used by a -# 'mount -t auto' command. -# - -# Uncomment the following line if your modular kernel has vfat -# support and you want mount to try vfat. -#vfat - -# Keep the last '*' intact as it directs mount to use the -# filesystems list available at /proc/filesystems also. -# Don't remove it unless you REALLY know what you are doing! -* diff --git a/etc.Linux/inputrc b/etc.Linux/inputrc deleted file mode 100644 index 8fe3ae15..00000000 --- a/etc.Linux/inputrc +++ /dev/null @@ -1,67 +0,0 @@ -# /etc/inputrc: initialization file for readline -# -# For more information on how this file works, please see the -# INITIALIZATION FILE section of the readline(3) man page -# -# Quick dirty little note: -# To get the key sequence for binding, you can abuse bash. -# While running bash, hit CTRL+V, and then type the key sequence. -# So, typing 'ALT + left arrow' in Konsole gets you back: -# ^[[1;3D -# The readline entry to make this skip back a word will then be: -# "\e[1;3D" backward-word -# - -# do not bell on tab-completion -#set bell-style none - -set meta-flag on -set input-meta on -set convert-meta off -set output-meta on - -# Completed names which are symbolic links to -# directories have a slash appended. -set mark-symlinked-directories on - -$if mode=emacs - -# for linux console and RH/Debian xterm -"\e[1~": beginning-of-line -"\e[4~": end-of-line -#"\e[5~": beginning-of-history -#"\e[6~": end-of-history -"\e[5~": history-search-backward -"\e[6~": history-search-forward -"\e[3~": delete-char -"\e[2~": quoted-insert - -# gnome-terminal (escape + arrow key) -"\e[5C": forward-word -"\e[5D": backward-word -# konsole / xterm / rxvt (escape + arrow key) -"\e\e[C": forward-word -"\e\e[D": backward-word -# konsole (alt + arrow key) -"\e[1;3C": forward-word -"\e[1;3D": backward-word -# aterm / eterm (control + arrow key) -"\eOc": forward-word -"\eOd": backward-word - -$if term=rxvt -"\e[8~": end-of-line -$endif - -# for non RH/Debian xterm, can't hurt for RH/Debian xterm -"\eOH": beginning-of-line -"\eOF": end-of-line - -# for freebsd console -"\e[H": beginning-of-line -"\e[F": end-of-line -$endif - -# fix Home and End for German users -"\e[7~": beginning-of-line -"\e[8~": end-of-line diff --git a/etc.Linux/issue b/etc.Linux/issue deleted file mode 100644 index 015e46d5..00000000 --- a/etc.Linux/issue +++ /dev/null @@ -1,3 +0,0 @@ - -This is \n.\O (\s \m \r) \t - diff --git a/etc.Linux/issue.logo b/etc.Linux/issue.logo deleted file mode 100644 index d8e20efd..00000000 --- a/etc.Linux/issue.logo +++ /dev/null @@ -1,13 +0,0 @@ - . - .vir. d$b - .d$$$$$$b. .cd$$b. .d$$b. d$$$$$$$$$$$b .d$$b. .d$$b. - $$$$( )$$$b d$$$()$$$. d$$$$$$$b Q$$$$$$$P$$$P.$$$$$$$b. .$$$$$$$b. - Q$$$$$$$$$$B$$$$$$$$P" d$$$PQ$$$$b. $$$$. .$$$P' `$$$ .$$$P' `$$$ - "$$$$$$$P Q$$$$$$$b d$$$P Q$$$$b $$$$b $$$$b..d$$$ $$$$b..d$$$ - d$$$$$$P" "$$$$$$$$ Q$$$ Q$$$$ $$$$$ `Q$$$$$$$P `Q$$$$$$$P - $$$$$$$P `""""" "" "" Q$$$P "Q$$$P" "Q$$$P" - `Q$$P" """ - - -This is \n.\O (\s \m \r) \t - diff --git a/etc.Linux/modules.autoload.d/Makefile b/etc.Linux/modules.autoload.d/Makefile deleted file mode 100644 index b940e73b..00000000 --- a/etc.Linux/modules.autoload.d/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -DIR = /etc/modules.autoload.d -FILES_NOEXIST = kernel-2.4 kernel-2.6 - -TOPDIR = ../.. -include $(TOPDIR)/default.mk diff --git a/etc.Linux/modules.autoload.d/kernel-2.4 b/etc.Linux/modules.autoload.d/kernel-2.4 deleted file mode 100644 index 56bd841b..00000000 --- a/etc.Linux/modules.autoload.d/kernel-2.4 +++ /dev/null @@ -1,11 +0,0 @@ -# /etc/modules.autoload.d/kernel-2.4: kernel modules to load when system boots. -# -# Note that this file is for 2.4 kernels. If you need different modules -# for a 2.6 kernel, you can create /etc/modules.autoload.d/kernel-2.6 -# -# Add the names of modules that you'd like to load when the system -# starts into this file, one per line. Comments begin with # and -# are ignored. Read man modules.autoload for additional details. - -# For example: -# aic7xxx diff --git a/etc.Linux/modules.autoload.d/kernel-2.6 b/etc.Linux/modules.autoload.d/kernel-2.6 deleted file mode 100644 index 89edd3b9..00000000 --- a/etc.Linux/modules.autoload.d/kernel-2.6 +++ /dev/null @@ -1,10 +0,0 @@ -# /etc/modules.autoload.d/kernel-2.6: kernel modules to load when system boots. -# -# Note that this file is for 2.6 kernels. -# -# Add the names of modules that you'd like to load when the system -# starts into this file, one per line. Comments begin with # and -# are ignored. Read man modules.autoload for additional details. - -# For example: -# aic7xxx diff --git a/etc.Linux/modules.d/Makefile b/etc.Linux/modules.d/Makefile deleted file mode 100644 index 26c24963..00000000 --- a/etc.Linux/modules.d/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -DIR = /etc/modules.d -FILES_NOEXIST = aliases i386 - -TOPDIR = ../.. -include $(TOPDIR)/default.mk diff --git a/etc.Linux/modules.d/aliases b/etc.Linux/modules.d/aliases deleted file mode 100644 index 52f30c9b..00000000 --- a/etc.Linux/modules.d/aliases +++ /dev/null @@ -1,42 +0,0 @@ -# Aliases to tell insmod/modprobe which modules to use - -# Uncomment the network protocols you don't want loaded: -# alias net-pf-1 off # Unix -# alias net-pf-2 off # IPv4 -# alias net-pf-3 off # Amateur Radio AX.25 -# alias net-pf-4 off # IPX -# alias net-pf-5 off # DDP / appletalk -# alias net-pf-6 off # Amateur Radio NET/ROM -# alias net-pf-9 off # X.25 -# alias net-pf-10 off # IPv6 -# alias net-pf-11 off # ROSE / Amateur Radio X.25 PLP -# alias net-pf-19 off # Acorn Econet - -alias char-major-10-175 agpgart -alias char-major-10-200 tun -alias char-major-81 bttv -alias char-major-108 ppp_generic -alias /dev/ppp ppp_generic -alias tty-ldisc-3 ppp_async -alias tty-ldisc-14 ppp_synctty -alias ppp-compress-21 bsd_comp -alias ppp-compress-24 ppp_deflate -alias ppp-compress-26 ppp_deflate - -# Crypto modules (see http://www.kerneli.org/) -alias loop-xfer-gen-0 loop_gen -alias loop-xfer-3 loop_fish2 -alias loop-xfer-gen-10 loop_gen -alias cipher-2 des -alias cipher-3 fish2 -alias cipher-4 blowfish -alias cipher-6 idea -alias cipher-7 serp6f -alias cipher-8 mars6 -alias cipher-11 rc62 -alias cipher-15 dfc2 -alias cipher-16 rijndael -alias cipher-17 rc5 - -# Support for i2c and lm_sensors -alias char-major-89 i2c-dev diff --git a/etc.Linux/modules.d/i386 b/etc.Linux/modules.d/i386 deleted file mode 100644 index b89459f1..00000000 --- a/etc.Linux/modules.d/i386 +++ /dev/null @@ -1,4 +0,0 @@ -alias parport_lowlevel parport_pc -alias char-major-10-144 nvram -alias binfmt-0064 binfmt_aout -alias char-major-10-135 rtc diff --git a/etc.Linux/sysctl.conf b/etc.Linux/sysctl.conf deleted file mode 100644 index 8ae7ce9d..00000000 --- a/etc.Linux/sysctl.conf +++ /dev/null @@ -1,54 +0,0 @@ -# /etc/sysctl.conf -# -# For more information on how this file works, please see -# the manpages sysctl(8) and sysctl.conf(5). -# -# In order for this file to work properly, you must first -# enable 'Sysctl support' in the kernel. -# -# Look in /proc/sys/ for all the things you can setup. -# - -# Disables packet forwarding -net.ipv4.ip_forward = 0 -# Disables IP dynaddr -#net.ipv4.ip_dynaddr = 0 -# Disable ECN -#net.ipv4.tcp_ecn = 0 -# Enables source route verification -net.ipv4.conf.default.rp_filter = 1 -# Enable reverse path -net.ipv4.conf.all.rp_filter = 1 - -# Enable SYN cookies (yum!) -# http://cr.yp.to/syncookies.html -#net.ipv4.tcp_syncookies = 1 - -# Disable source route -#net.ipv4.conf.all.accept_source_route = 0 -#net.ipv4.conf.default.accept_source_route = 0 - -# Disable redirects -#net.ipv4.conf.all.accept_redirects = 0 -#net.ipv4.conf.default.accept_redirects = 0 - -# Disable secure redirects -#net.ipv4.conf.all.secure_redirects = 0 -#net.ipv4.conf.default.secure_redirects = 0 - -# Ignore ICMP broadcasts -#net.ipv4.icmp_echo_ignore_broadcasts = 1 - -# Disables the magic-sysrq key -#kernel.sysrq = 0 -# When the kernel panics, automatically reboot in 3 seconds -#kernel.panic = 3 -# Allow for more PIDs (cool factor!); may break some programs -#kernel.pid_max = 999999 - -# You should compile nfsd into the kernel or add it -# to modules.autoload for this to work properly -# TCP Port for lock manager -#fs.nfs.nlm_tcpport = 0 -# UDP Port for lock manager -#fs.nfs.nlm_udpport = 0