From: Valentin Vidic Date: Wed, 23 Jan 2008 13:27:54 +0000 (+0100) Subject: Add oident to proc group instead of modifying config. X-Git-Tag: debian/4.0.1~61 X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=carnet-upgrade.git;a=commitdiff_plain;h=2d7ccea57a3773ad5edadf151c7528fe5e1e7064 Add oident to proc group instead of modifying config. --- diff --git a/src/functions.sh b/src/functions.sh index b638104..928365f 100644 --- a/src/functions.sh +++ b/src/functions.sh @@ -328,11 +328,8 @@ add_group_proc () { log "groupadd -g 99 proc" # update oidentd so it uses the proc group - if [ -x /etc/init.d/oidentd -a -f /etc/default/oidentd ]; then - if check_and_sed '^OIDENT_GROUP=oident' \ - 's/^\(OIDENT_GROUP\)=.*/\1=proc/' \ - /etc/default/oidentd; - then + if [ -x /etc/init.d/oidentd ]; then + if gpasswd -a oident proc; then /etc/init.d/oidentd restart fi fi