diff options
| author | rsiddall <rsiddall> | 2007-11-07 22:38:10 +0000 | 
|---|---|---|
| committer | rsiddall <rsiddall> | 2007-11-07 22:38:10 +0000 | 
| commit | b402c8ccb406b58c0829056c80bc4681744fb0ac (patch) | |
| tree | ee6faad75ad9a975ca87146f214f5461ed85a359 | |
| parent | 2874eee084f0ec179ad739a1fbc9c0695014681c (diff) | |
Changed initial values to match Makefile.  This may eliminate the need to
change this file in many installations.
| -rw-r--r-- | install/rpm/freeside.sysconfig | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/install/rpm/freeside.sysconfig b/install/rpm/freeside.sysconfig index bc6a02d16..06f9e304a 100644 --- a/install/rpm/freeside.sysconfig +++ b/install/rpm/freeside.sysconfig @@ -1,5 +1,5 @@ -#QUEUED_USER= +QUEUED_USER=fs_queue  #RADACCTD_USER=  # -#SELFSERVICE_USER= +SELFSERVICE_USER = fs_selfservice  #SELFSERVICE_MACHINES= | 
