#!/bin/sh
# this is the shell for the remadmin special account
# This account generally does not have a password
# It calls the GUI protocol of linuxconf which will require
# a password immediatly
exec /bin/linuxconf --guiproto

