Opened 15 years ago

Closed 15 years ago

Last modified 14 years ago

#10 closed defect (fixed)

Export the same variables from all innshellvars instances

Reported by: eagle Owned by: eagle
Priority: low Milestone: 2.5.0
Component: utilities Version:
Severity: minor Keywords:
Cc:

Description

The different implementations of innshellvars currently use different names for the same variables (SPOOLBASE, for example, in the shell version). We should standardize so that everyone uses the same name for the same thing and everyone exports the same variables.

This will break backward compatibility, so needs to be done in a major release.

Change History (6)

comment:1 Changed 15 years ago by Julien ÉLIE

(In [8233]) Do the same thing as the shell version of innshellvars:

  • Sets umask.
  • New variable $home.
  • Export variables NEWSHOME, SPOOLDIR, MOST_LOGS, NEWSBIN, NEWSETC, NEWSLIB, INNDDIR, NEWSLBIN in the environment.

see #10

comment:2 Changed 15 years ago by Julien ÉLIE

(In [8235]) Do the same thing as the shell version of innshellvars:

  • Re-add $inn_newslbin.
  • New variable $inn_home.
  • Export variables NEWSHOME, SPOOLDIR, MOST_LOGS, NEWSBIN, NEWSETC, NEWSLIB, INNDDIR, NEWSLBIN in the environment.i

Also fix $inn_controlprogs.

see #10

comment:3 Changed 15 years ago by Julien ÉLIE

(In [8237]) Add $path and $locks variables.

see #10

comment:4 Changed 15 years ago by Julien ÉLIE

(In [8238]) Fix exports.
Add $UMASK and $SYSLOG_FACILITY.
Rename $SPOOLBASE to $SPOOLDIR.

see #10

comment:5 Changed 15 years ago by Julien ÉLIE

Resolution: fixed
Status: newclosed

(In [8239]) Add $inn_db_home and $inn_syslog_facility.
Set umask.

close #10

comment:6 Changed 14 years ago by Julien ÉLIE

Milestone: 2.5.0
Note: See TracTickets for help on using tickets.