File: deluser.conf

package info (click to toggle)
adduser 3.47
  • links: PTS
  • area: main
  • in suites: woody
  • size: 340 kB
  • ctags: 54
  • sloc: perl: 1,498; makefile: 77; sh: 75
file content (11 lines) | stat: -rw-r--r-- 336 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# /etc/deluser.conf: `deluser' configuration.

# Remove home directory and mail spool when user is removed
REMOVE_HOME = 0

# Remove all files on the system owned by the user to be removed
REMOVE_ALL_FILES = 0

# Backup files before removing them. This options has only an effect if
# REMOVE_HOME or REMOVE_ALL_FILES is set.
BACKUP = 0