Skip to content

ubuntu-pkg/freeradius-server

 
 

Repository files navigation

How to build your own package:

  • Create an empty working directory
mkdir ~/freeradius-custom
cd ~/freeradius-custom
  • Clone this repository
apt install git devscripts equivs gdebi-core
git clone https://github.com/ubuntu-pkg/freeradius-server
  • Build
cd freeradius-server
mk-build-deps -i -r
debuild binary
  • Install built package
cd ..
gdebi ./*freeradius*.deb

About

The FreeRADIUS Server. RADIUS, DHCP, and VMPS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 89.6%
  • M4 4.1%
  • Makefile 2.0%
  • Perl 1.5%
  • Shell 1.5%
  • Python 0.5%
  • Other 0.8%