English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Log of /branches/common-nfo/package/base-files/files/etc/profile

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 3427 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 8 11:08:41 2007 UTC (6 years, 6 months ago) by tg
File length: 529 byte(s)
Diff to previous 3265
merge in trunk rev. 3426

Revision 3265 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 18 12:45:43 2007 UTC (6 years, 7 months ago) by tg
File length: 486 byte(s)
Diff to previous 3238
copy trunk/freewrt r3264 into a new branch for making the nfo system
because upgrading the old adk branch would be a hell more work


Revision 3238 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 16 16:29:59 2007 UTC (6 years, 7 months ago) by tg
Original Path: trunk/freewrt/package/base-files/files/etc/profile
File length: 486 byte(s)
Diff to previous 3235
before anyone cries, give them back their colourls for “ls” command
(“l” and “ll” command stay with -F instead)


Revision 3235 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 16 15:33:09 2007 UTC (6 years, 7 months ago) by tg
Original Path: trunk/freewrt/package/base-files/files/etc/profile
File length: 487 byte(s)
Diff to previous 2165
now that we HAVE mksh, we can use it…


Revision 2165 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 13 22:52:53 2007 UTC (6 years, 11 months ago) by tg
Original Path: trunk/freewrt/package/base-files/files/etc/profile
File length: 351 byte(s)
Diff to previous 2163
• /etc/preinit.arch is sourced, doesn't need to be executable
  or have a shebang line
• also, whitespace cleanup and simplification
• new: /etc/init.d/rcK calls /etc/rc.shutdown¹ and then /etc/init.d/K* scripts
  just like /etc/init.d/rc.S runs /etc/init.d/S* scripts and then /etc/rc.local
  -> derived from PR#246, thanks for the input, agreed to commit wbx@
• /etc/S* and /etc/K* scripts do not need to be executable any more or
  have a shebang line, they're called from /bin/sh now
• new: /etc/init.d/K20hotplug, from PR#246
• new: /etc/init.d/K00wan, from /etc/profile (“reboot” function), ok wbx@
• remove /etc/version – even wbx@ was surprised it still exists
• /etc/S* and /etc/K* scripts, /etc/init.d/rcS and /etc/init.d/rcK
  now sanitise $PATH
• clean up /etc/profile
• /sbin/hotplug now calls its scripts from /etc/hotplug.d/ with /bin/sh
  instead of sourcing them, thus being more reliable
• simplify /sbin/hotplug

¹) just like /etc/rc.local, /etc/rc.shutdown SHALL NEVER be created by ADK.
   It's for the user to play with ONLY.


Revision 2163 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 13 22:12:22 2007 UTC (6 years, 11 months ago) by tg
Original Path: trunk/freewrt/package/base-files/files/etc/profile
File length: 416 byte(s)
Diff to previous 2106
by request of wbx@, upgrade to fwcf 1.03, add reboot hook, etc.
somewhat tested on my asus wl-500g, both mksh and ash


Revision 2106 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 27 10:14:24 2007 UTC (6 years, 11 months ago) by n0-1
Original Path: trunk/freewrt/package/base-files/files/etc/profile
File length: 411 byte(s)
Diff to previous 827
sync with branches/freewrt_1_0 r2105


Revision 827 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 3 15:38:58 2006 UTC (7 years, 4 months ago) by wbx
Original Path: trunk/freewrt/package/base-files/files/etc/profile
File length: 516 byte(s)
Diff to previous 788
sync with freewrt_1_0 branch. It was a little bit to early to branch,
but now everybody can work again. New smaller stuff can be committed 
directly in trunk.
Bigger stuff, like a new architecture or a new board should be
developed via a separate branch. Kernel and compiler updates, too.

Any bugfixes or security updates should go into branch and trunk. 

Still send me a patch first and do not commit directly into the branch.



Revision 788 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 30 21:08:42 2006 UTC (7 years, 4 months ago) by markus
Original Path: trunk/freewrt/package/base-files/files/etc/profile
File length: 411 byte(s)
Diff to previous 681
added alias ll="ls -l"

Revision 681 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 23 22:44:27 2006 UTC (7 years, 5 months ago) by wbx
Original Path: trunk/freewrt/package/base-files/files/etc/profile
File length: 394 byte(s)
Diff to previous 442
move default to standard dir files

Revision 442 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 27 12:43:02 2006 UTC (7 years, 7 months ago) by tg
Original Path: trunk/freewrt/package/base-files/default/etc/profile
File length: 394 byte(s)
Diff to previous 364
* adding mksh to /etc/shells is no longer necessary as of r441
* while here, instead of patching /etc/profile on mksh postinstall
  time, add a hook for /etc/mkshrc reading to standard /etc/profile
  and create that; bump mksh patchlevel
  note: the next _upstream_ mksh version will already come with a
  sample ~/.mkshrc which we will install (patched appropriately) as
  /etc/mkshrc (read from within our /etc/profile, not by mksh default)
  then, to get rid of the postinstall script as well


Revision 364 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 22 16:22:02 2006 UTC (7 years, 7 months ago) by tg
Original Path: trunk/freewrt/package/base-files/default/etc/profile
File length: 333 byte(s)
Diff to previous 182
remove shebang; shorten


Revision 182 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 9 13:58:53 2006 UTC (7 years, 7 months ago) by wbx
Original Path: trunk/freewrt/package/base-files/default/etc/profile
File length: 365 byte(s)
Diff to previous 1
* add a specific preinit.arch which executes brcm specific stuff
* for squashfs based images, use mini_fo as default, no ugly symlinks anymore
* add a "version" command, which can be used later, to exactly know which
  FreeWRT version is used (good for postinst scripts and bugreports),
  some users like to recreate the shell banner, but still need to know which
  version is used  
* remove nvram sepcific stuff from some of the startup scripts, like
  syslogd startup params
* add some checks if ldd / arp is installed in /etc/profile



Revision 1 - (view) (download) (annotate) - [select for diffs]
Added Sat May 27 15:00:14 2006 UTC (7 years, 9 months ago) by wbx
Original Path: trunk/freewrt/package/base-files/default/etc/profile
File length: 319 byte(s)
add OpenWrt trunk revision 3830. 



This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20