Welcome, Guest. Please login or register.

Author Topic: Are these lines in my S-S really useful?  (Read 1024 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline AmigaManceTopic starter

  • Hero Member
  • *****
  • Join Date: Apr 2005
  • Posts: 1278
    • Show only replies by AmigaMance
Are these lines in my S-S really useful?
« on: October 24, 2008, 09:06:25 PM »
 Hi. I'm curious to know if the enviroment variables which are defined in the below lines in my S-S, are really being used by the OS or any other programs.
Will there be any consequnces if i remove (comment) them?:

SetEnv Language "english"
SetEnv Workbench $Workbench
SetEnv Kickstart $Kickstart
UnSet Workbench
UnSet Kickstart      
A1200 PPC user.
 

Offline Matt_H

Re: Are these lines in my S-S really useful?
« Reply #1 on: October 24, 2008, 10:35:57 PM »
The system won't blow up immediately, but you might have problems with some programs or scripts if you get rid of them.
 

Offline AmigaManceTopic starter

  • Hero Member
  • *****
  • Join Date: Apr 2005
  • Posts: 1278
    • Show only replies by AmigaMance
Re: Are these lines in my S-S really useful?
« Reply #2 on: October 24, 2008, 11:08:30 PM »
@Matt_H

 Hmm, ok. I disabled the SetEnv Language line only, since the Language variable is set even without it. Probably by IPrefs while it reads the locale.prefs or something.
A1200 PPC user.