/[adduser]/trunk/deluser.conf
ViewVC logotype

Contents of /trunk/deluser.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 126 - (show annotations) (download)
Thu Mar 25 17:37:48 2004 UTC (9 years, 1 month ago) by zugschlus
File size: 392 byte(s)
    * add --backup-to parameter to deluser. Closes: #138618.
    
1 # /etc/deluser.conf: `deluser' configuration.
2
3 # Remove home directory and mail spool when user is removed
4 REMOVE_HOME = 0
5
6 # Remove all files on the system owned by the user to be removed
7 REMOVE_ALL_FILES = 0
8
9 # Backup files before removing them. This options has only an effect if
10 # REMOVE_HOME or REMOVE_ALL_FILES is set.
11 BACKUP = 0
12
13 # target directory for the backup file
14 BACKUP_TO = "."

  ViewVC Help
Powered by ViewVC 1.1.5