diff options
| author | Manuel Traut <manut@mecka.net> | 2011-07-18 14:00:12 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2011-07-18 14:00:12 +0200 |
| commit | ed006a8eb44831189e152826c692330d0a0cfe3b (patch) | |
| tree | 66996c44c68a8787e4a35a85aea683975f307767 /beagle/debian-rfs/etc/default | |
| parent | 4493e8f707e62b9867d9cfd40205115140e7c993 (diff) | |
delete beagle-dir
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'beagle/debian-rfs/etc/default')
| -rw-r--r-- | beagle/debian-rfs/etc/default/bootlogd | 2 | ||||
| -rw-r--r-- | beagle/debian-rfs/etc/default/devpts | 5 | ||||
| -rw-r--r-- | beagle/debian-rfs/etc/default/halt | 2 | ||||
| -rw-r--r-- | beagle/debian-rfs/etc/default/tmpfs | 6 | ||||
| -rw-r--r-- | beagle/debian-rfs/etc/default/useradd | 37 |
5 files changed, 0 insertions, 52 deletions
diff --git a/beagle/debian-rfs/etc/default/bootlogd b/beagle/debian-rfs/etc/default/bootlogd deleted file mode 100644 index 210f852..0000000 --- a/beagle/debian-rfs/etc/default/bootlogd +++ /dev/null @@ -1,2 +0,0 @@ -# Run bootlogd at startup ? -BOOTLOGD_ENABLE=No diff --git a/beagle/debian-rfs/etc/default/devpts b/beagle/debian-rfs/etc/default/devpts deleted file mode 100644 index e10e371..0000000 --- a/beagle/debian-rfs/etc/default/devpts +++ /dev/null @@ -1,5 +0,0 @@ -# GID of the `tty' group -TTYGRP=5 - -# Set to 600 to have `mesg n' be the default -TTYMODE=620 diff --git a/beagle/debian-rfs/etc/default/halt b/beagle/debian-rfs/etc/default/halt deleted file mode 100644 index 21bc119..0000000 --- a/beagle/debian-rfs/etc/default/halt +++ /dev/null @@ -1,2 +0,0 @@ -# Default behaviour of shutdown -h / halt. Set to "halt" or "poweroff". -HALT=poweroff diff --git a/beagle/debian-rfs/etc/default/tmpfs b/beagle/debian-rfs/etc/default/tmpfs deleted file mode 100644 index 10820ae..0000000 --- a/beagle/debian-rfs/etc/default/tmpfs +++ /dev/null @@ -1,6 +0,0 @@ -# SHM_SIZE sets the maximum size (in bytes) that the /dev/shm tmpfs can use. -# If this is not set then the size defaults to the value of TMPFS_SIZE -# if that is set; otherwise to the kernel's default. -# -# The size will be rounded down to a multiple of the page size, 4096 bytes. -SHM_SIZE= diff --git a/beagle/debian-rfs/etc/default/useradd b/beagle/debian-rfs/etc/default/useradd deleted file mode 100644 index a834fef..0000000 --- a/beagle/debian-rfs/etc/default/useradd +++ /dev/null @@ -1,37 +0,0 @@ -# Default values for useradd(8) -# -# The SHELL variable specifies the default login shell on your -# system. -# Similar to DHSELL in adduser. However, we use "sh" here because -# useradd is a low level utility and should be as general -# as possible -SHELL=/bin/sh -# -# The default group for users -# 100=users on Debian systems -# Same as USERS_GID in adduser -# This argument is used when the -n flag is specified. -# The default behavior (when -n and -g are not specified) is to create a -# primary user group with the same name as the user being added to the -# system. -# GROUP=100 -# -# The default home directory. Same as DHOME for adduser -# HOME=/home -# -# The number of days after a password expires until the account -# is permanently disabled -# INACTIVE=-1 -# -# The default expire date -# EXPIRE= -# -# The SKEL variable specifies the directory containing "skeletal" user -# files; in other words, files such as a sample .profile that will be -# copied to the new user's home directory when it is created. -# SKEL=/etc/skel -# -# Defines whether the mail spool should be created while -# creating the account -# CREATE_MAIL_SPOOL=yes - |
