Koozali.org: home of the SME Server

template naming conventions

Scott

template naming conventions
« 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

Dan Brown

Re: template naming conventions
« Reply #1 on: January 24, 2002, 07:11:33 PM »
The numbers determine the order in which the template fragments are processed.

John McGreyr

Re: template naming conventions
« Reply #2 on: January 24, 2002, 09:50:01 PM »
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.