Index: freeradius-server-3.2.1/src/modules/rlm_python3/example.py =================================================================== --- freeradius-server-3.2.1.orig/src/modules/rlm_python3/example.py +++ freeradius-server-3.2.1/src/modules/rlm_python3/example.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/python3 # # Python module example file # Miguel A.L. Paraz Index: freeradius-server-3.2.1/src/modules/rlm_python3/radiusd.py =================================================================== --- freeradius-server-3.2.1.orig/src/modules/rlm_python3/radiusd.py +++ freeradius-server-3.2.1/src/modules/rlm_python3/radiusd.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/python3 # # Definitions for RADIUS programs #