mirror of
https://github.com/openSUSE/snapper.git
synced 2026-02-05 15:46:00 +01:00
- add option --no-create-home to useradd to avoid warning
This commit is contained in:
@@ -13,8 +13,7 @@ CMD_BTRFS="/sbin/btrfs"
|
||||
CMD_SNAPPER="/usr/bin/snapper"
|
||||
CMD_EGREP="grep -E"
|
||||
CMD_PAM_CONFIG="/usr/sbin/pam-config"
|
||||
CMD_USERADD="useradd"
|
||||
CMD_USERDEL="userdel -r"
|
||||
CMD_USERADD="useradd --no-create-home"
|
||||
CMD_CHOWN="chown"
|
||||
CMD_CHMOD="chmod"
|
||||
CMD_CPA="cp -a"
|
||||
|
||||
@@ -13,8 +13,7 @@ CMD_BTRFS="/sbin/btrfs"
|
||||
CMD_SNAPPER="/usr/bin/snapper"
|
||||
CMD_EGREP="grep -E"
|
||||
CMD_PAM_CONFIG="/usr/sbin/pam-config"
|
||||
CMD_USERADD="useradd -m"
|
||||
CMD_USERDEL="userdel -r"
|
||||
CMD_USERDEL="userdel --remove"
|
||||
CMD_CHOWN="chown"
|
||||
#
|
||||
SNAPPERCFGDIR="/etc/snapper/configs"
|
||||
|
||||
Reference in New Issue
Block a user