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/broadcom-watchbutton

View Directory Listing Directory Listing


Sticky Revision:

Revision 3270 - Directory Listing
Modified Wed Jul 18 13:30:55 2007 UTC (6 years, 7 months ago) by tg
merge the rest

Revision 3265 - Directory Listing
Modified Wed Jul 18 12:45:43 2007 UTC (6 years, 7 months ago) by tg
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 3239 - Directory Listing
Modified Mon Jul 16 16:39:51 2007 UTC (6 years, 7 months ago) by tg
Original Path: trunk/freewrt/package/broadcom-watchbutton
make postinstall scripts require mksh as functions.sh does
(how good it's in lbin/ anyway)


Revision 2653 - Directory Listing
Modified Thu May 24 10:23:28 2007 UTC (6 years, 9 months ago) by tg
Original Path: trunk/freewrt/package/broadcom-watchbutton
• base-files/files/etc/init.d/rcK, base-files/files/etc/init.d/rcS:
  do correct shebang processing, like the BSD kernel and mksh: get
  first line of script to run if it begins with "#!", strip that and
  any leading space/tab off, then get shell name (terminates with
  space/tab/end of string) and shell argument quoting according to
  unix common proceedings; use /bin/sh as interpreter if none could
  be found
• mk/package.mk: ensure all init scripts are 0755 by default
• busybox: flesh out inetd init script, so that all init scripts in
  FreeWRT either can be found with -path \*/init.d/\* or -name \*.init
• other packages: add #!/bin/sh shebang line to init scripts¹, bump dashver

¹) change this to /bin/ash if you use ash-specific features that mksh
   can also do; never use ash-specific features that mksh cannot do (are
   there any?), change to /bin/mksh if you use mksh-specific features
   and add a run-time dependency on mksh in that case


Revision 2642 - Directory Listing
Modified Wed May 23 15:40:50 2007 UTC (6 years, 9 months ago) by tg
Original Path: trunk/freewrt/package/broadcom-watchbutton
some install scripts didn't work properly because they
didn't specify sh explicitly


Revision 2509 - Directory Listing
Modified Mon May 14 18:19:25 2007 UTC (6 years, 9 months ago) by tg
Original Path: trunk/freewrt/package/broadcom-watchbutton
by request of wbx@, add a clause
| autostop) ;;
to all cases inside all init scripts so that we won't have any
errors on shutdown. the alternative would be
| autostop) exec $0 stop "$@" ;;
of course, for packages that want it.

also bump all patchlevels again *sigh*

attention: mechanical commit. please read diff and fix breakage
if you are package maintainer.


Revision 2485 - Directory Listing
Modified Sat May 12 22:36:00 2007 UTC (6 years, 9 months ago) by tg
Original Path: trunk/freewrt/package/broadcom-watchbutton
by request of wbx@:

make it possible for users to do
| /etc/init.d/<foo> restart
instead of having to do
| /etc/init.d/S*<foo> restart
by moving the order into a magickal™ comment.

Untested.

Also remove the svn:executable properties, because rcS and rcK will
always call them with /bin/sh, and bump dashvers accordingly.


Revision 2233 - Directory Listing
Modified Thu Mar 22 14:44:40 2007 UTC (6 years, 11 months ago) by markus
Original Path: trunk/freewrt/package/broadcom-watchbutton
same hotfix as for 1.0 branch, the interface 'umts' was never actually used in a stable version

Revision 1686 - Directory Listing
Modified Sat Jan 20 21:21:59 2007 UTC (7 years, 1 month ago) by n0-1
Original Path: trunk/freewrt/package/broadcom-watchbutton
merged from branches/common-adk 1310:1685

the following packages are not converted yet:
* alsa
* asterisk
* pmacct
* zaptel
* elinks
* libgd
* lua
* mypackage
* openser
* php*
* snort*
* tmsnc

additionally, freeradius doesn't compile.

happy fixing :P


Revision 960 - Directory Listing
Modified Wed Oct 18 18:17:30 2006 UTC (7 years, 4 months ago) by markus
Original Path: trunk/freewrt/package/broadcom-watchbutton
merged with branch

Revision 891 - Directory Listing
Modified Fri Oct 13 08:59:41 2006 UTC (7 years, 4 months ago) by markus
Original Path: trunk/freewrt/package/broadcom-watchbutton
fixed path to hotplug.d directory.

Revision 716 - Directory Listing
Modified Mon Sep 25 14:41:17 2006 UTC (7 years, 5 months ago) by markus
Original Path: trunk/freewrt/package/broadcom-watchbutton
removed mk/targets.mk include... I copied a wrong template

Revision 715 - Directory Listing
Modified Mon Sep 25 08:46:14 2006 UTC (7 years, 5 months ago) by markus
Original Path: trunk/freewrt/package/broadcom-watchbutton
added empty hotplug directory for button event

Revision 662 - Directory Listing
Modified Fri Sep 22 11:53:15 2006 UTC (7 years, 5 months ago) by markus
Original Path: trunk/freewrt/package/broadcom-watchbutton
fixed wrong variable and missing directory creation

Revision 658 - Directory Listing
Added Thu Sep 21 15:50:11 2006 UTC (7 years, 5 months ago) by markus
Original Path: trunk/freewrt/package/broadcom-watchbutton
added small watchdog for WRT54G3G button. This is intended to be replaces as soon as gpio is handled on interupts.

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