JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr#!/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