diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-10-13 14:07:23 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-10-13 14:07:23 +0000 |
commit | f7712d880d1957876a7a33e63ae75f288c37ca05 (patch) | |
tree | a634d9db83977eea7cf8929e7a43b6efd950736f /testing/freeradius/freeradius.pre-install | |
parent | 19c14941f5b586b27853092cc04ce4480062c9b3 (diff) | |
download | aports-f7712d880d1957876a7a33e63ae75f288c37ca05.tar.bz2 aports-f7712d880d1957876a7a33e63ae75f288c37ca05.tar.xz |
testing/freeradius: new aport (moved from unstable)
RADIUS (Remote Authentication Dial-In User Service) server
http://freeradius.org/
Diffstat (limited to 'testing/freeradius/freeradius.pre-install')
-rw-r--r-- | testing/freeradius/freeradius.pre-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/freeradius/freeradius.pre-install b/testing/freeradius/freeradius.pre-install new file mode 100644 index 000000000..875022745 --- /dev/null +++ b/testing/freeradius/freeradius.pre-install @@ -0,0 +1,3 @@ +#!/bin/sh + +adduser -h /var/log/radius -s /bin/false -D radiusd 2>/dev/null |