Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: Scott on January 24, 2002, 07:08:50 PM
-
Does anyone know what the numbers stand for in front of the template files. I am trying to add some template files for some additional proftpd directives.
The particular directive is "RootLogin".
I have tried "05RootLogin" and this does not appear to work.
I suppose I could try them all, but then I would not know why it worked.
Thanks
Scott
-
The numbers determine the order in which the template fragments are processed.
-
Scott,
At one time, there was discussion to indicate which file fragment contained the approprate code.
For for some reason, it was dismissed by the company.
It can be very frustrating and slow locating the template fragement...
But try this, when you are in the template directory:
cat * | grep "rootlogin" | more
That might help narrow things down for you.