From 6ea80ce71f13d82b4ad8448558b146b2874d1f1a Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 11 Nov 2009 02:36:53 +0000 Subject: fixed install target removed user installation for install target --- src/configure | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'src/configure') diff --git a/src/configure b/src/configure index 5ba351a..51937f6 100755 --- a/src/configure +++ b/src/configure @@ -47,8 +47,6 @@ PREFIX='/usr/local' SBINDIR='' ETCDIR='' MANDIR='' -USERNAME='uanytun' -USERHOME='/var/run/uanytun' print_usage() { echo "configure --help print this" @@ -57,8 +55,6 @@ print_usage() { echo " --sbindir= the path to the sbin directory (default: $PREFIX/sbin)" echo " --sysconfdir= the path to the system configuration directory (default: $PREFIX/etc" echo " --mandir= the path to the system man pages (default: $PREFIX/share/man)" - echo " --username= create this user when installing (default: uanytun)" - echo " --userhome= the home directory of the user to be created (default: /var/run/uanytun)" echo " --use-ssl-crypto use ssl crypto library instead of libgcrypt" echo " --no-crypto disable crypto at all (only NULL cipher)" echo " --disable-passphrase disable master key and salt passphrase" @@ -86,12 +82,6 @@ do --mandir=*) MANDIR=${arg#--mandir=} ;; - --username=*) - USERNAME=${arg#--username=} - ;; - --userhome=*) - USERHOME=${arg#--userhome=} - ;; --use-ssl-crypto) CRYPTO_LIB='ssl' ;; @@ -194,13 +184,12 @@ TARGET := $TARGET CC := gcc CFLAGS := $CFLAGS LDFLAGS := $LDFLAGS +STRIP := strip PREFIX := $PREFIX SBINDIR := $SBINDIR ETCDIR := $ETCDIR MANDIR := $MANDIR -USERNAME := $USERNAME -USERHOME := $USERHOME EOF exit 0 -- cgit v1.2.3