%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/lib/dpkg/info/
Upload File :
Create Path :
Current File : /var/lib/dpkg/info/dhcpcd-base.postinst

#!/bin/sh
set -e
if [ "$1" = configure ]; then
  # Create system user for privilege separation.
  if ! getent passwd dhcpcd >/dev/null; then
    adduser --system \
    --gecos "DHCP Client Daemon" \
    --home /usr/lib/dhcpcd --no-create-home \
    --shell /bin/false \
    dhcpcd
  fi
fi


Zerion Mini Shell 1.0