]> git.pld-linux.org Git - projects/rc-scripts.git/log
projects/rc-scripts.git
15 years ago- LC_ALL was still overwritten with i18n value even if one had from ssh session
Elan Ruusamäe [Tue, 4 Nov 2008 18:07:58 +0000 (18:07 +0000)]
- LC_ALL was still overwritten with i18n value even if one had from ssh session

svn-id: @9958

15 years ago- rip out -u <runas_user> -- it's bad concept and nothing should be using it anyway
Elan Ruusamäe [Wed, 29 Oct 2008 08:54:36 +0000 (08:54 +0000)]
- rip out -u <runas_user> -- it's bad concept and nothing should be using it anyway

svn-id: @9927

15 years ago- add --test and -- to behave like debian run-parts(1)
Elan Ruusamäe [Tue, 28 Oct 2008 00:09:41 +0000 (00:09 +0000)]
- add --test and -- to behave like debian run-parts(1)

svn-id: @9926

15 years ago- introduce START_UDEV variable
Tomasz Pala [Sun, 26 Oct 2008 13:43:28 +0000 (13:43 +0000)]
- introduce START_UDEV variable

svn-id: @9922

15 years ago- wpa is also usefull with not wireless devices - eg with 8021x.
undefine [Sat, 25 Oct 2008 22:53:23 +0000 (22:53 +0000)]
- wpa is also usefull with not wireless devices - eg with 8021x.
- patch by Pawel Nogas <pnogas(AT)amu(DOT)edu(DOT)pl>

svn-id: @9921

15 years ago- removed sed dependency
radek [Sat, 25 Oct 2008 18:35:07 +0000 (18:35 +0000)]
- removed sed dependency

svn-id: @9920

15 years ago- typo
radek [Sat, 25 Oct 2008 18:16:22 +0000 (18:16 +0000)]
- typo

svn-id: @9919

15 years ago- support for automatic 6to4 tunnels
radek [Sat, 25 Oct 2008 18:14:41 +0000 (18:14 +0000)]
- support for automatic 6to4 tunnels

svn-id: @9918

15 years ago- restored some backticks - pdksh has broken $(...) closing paren detection,
Tomasz Pala [Mon, 13 Oct 2008 13:21:12 +0000 (13:21 +0000)]
- restored some backticks - pdksh has broken $(...) closing paren detection,
- added backtick-test.sh to test whenever this would be valid some day

svn-id: @9909

15 years ago- unified function definitions (line-saving way),
Tomasz Pala [Mon, 13 Oct 2008 01:04:44 +0000 (01:04 +0000)]
- unified function definitions (line-saving way),
- use unambiguous $(...) instead of backticks.

svn-id: @9908

15 years ago- start-stop-daemon uses -c not -u to change UID
Tomasz Pala [Sun, 12 Oct 2008 18:08:50 +0000 (18:08 +0000)]
- start-stop-daemon uses -c not -u to change UID

svn-id: @9907

15 years ago- full set of samples for default terminals (default keymap doesn't allow you switch...
Elan Ruusamäe [Tue, 16 Sep 2008 20:39:08 +0000 (20:39 +0000)]
- full set of samples for default terminals (default keymap doesn't allow you switch over 12)

svn-id: @9869

15 years ago- you don't likely need so many terminals
Elan Ruusamäe [Mon, 15 Sep 2008 08:23:10 +0000 (08:23 +0000)]
- you don't likely need so many terminals

svn-id: @9868

15 years ago- update
Elan Ruusamäe [Thu, 21 Aug 2008 19:57:06 +0000 (19:57 +0000)]
- update

svn-id: @9863

15 years agoActually don't use -s option since dmesg uses klogctl() to retrieve real ring buffer...
Arkadiusz Miśkiewicz [Thu, 7 Aug 2008 20:39:30 +0000 (20:39 +0000)]
Actually don't use -s option since dmesg uses klogctl() to retrieve real ring buffer size.

svn-id: @9860

15 years agodump 524288 of dmesg data
Arkadiusz Miśkiewicz [Thu, 7 Aug 2008 20:36:11 +0000 (20:36 +0000)]
dump 524288 of dmesg data

svn-id: @9859

15 years agoDon't set net.ipv4.ip_local_port_range; use kernel default
Arkadiusz Miśkiewicz [Thu, 24 Jul 2008 10:10:45 +0000 (10:10 +0000)]
Don't set net.ipv4.ip_local_port_range; use kernel default

svn-id: @9851

15 years agoDisable tcp syncookies by default (these disable SACK which according to DaveM 'sets...
Arkadiusz Miśkiewicz [Thu, 24 Jul 2008 10:06:56 +0000 (10:06 +0000)]
Disable tcp syncookies by default (these disable SACK which according to DaveM 'sets TCP stack back by 10 years')

svn-id: @9850

15 years ago- proper encoding for de_DE
Jakub Bogusz [Tue, 22 Jul 2008 17:39:03 +0000 (17:39 +0000)]
- proper encoding for de_DE

svn-id: @9849

15 years ago- wpa_supplicant 0.6.3 doesn't have a "-w" option!!
shadzik [Thu, 17 Jul 2008 20:42:44 +0000 (20:42 +0000)]
- wpa_supplicant 0.6.3 doesn't have a "-w" option!!

svn-id: @9846

15 years ago- try last resort in setting MODEMPORT - compatibility change.
Paweł Gołaszewski [Tue, 10 Jun 2008 21:00:17 +0000 (21:00 +0000)]
- try last resort in setting MODEMPORT - compatibility change.

svn-id: @9801

15 years agoExport ISATTY. Calling this test from inside of initlog() return true even if output...
Arkadiusz Miśkiewicz [Sun, 1 Jun 2008 11:28:17 +0000 (11:28 +0000)]
Export ISATTY. Calling this test from inside of initlog() return true even if output still goes into terminal. By exporting we make sure that initial test result is used for entire run of the script. Fixes wrong 'DONE' string alignment when bringin up dhcp.

svn-id: @9785

16 years agoReturn can be only from function. Use exit.
Arkadiusz Miśkiewicz [Thu, 22 May 2008 19:08:32 +0000 (19:08 +0000)]
Return can be only from function. Use exit.

svn-id: @9761

16 years ago- tabs
Elan Ruusamäe [Mon, 19 May 2008 06:21:16 +0000 (06:21 +0000)]
- tabs

svn-id: @9760

16 years ago- try not to use initlog if $RC_LOGGING is off (avoits usleeps for each startup)
Elan Ruusamäe [Mon, 19 May 2008 06:20:53 +0000 (06:20 +0000)]
- try not to use initlog if $RC_LOGGING is off (avoits usleeps for each startup)

svn-id: @9759

16 years ago- update
Elan Ruusamäe [Mon, 19 May 2008 06:07:41 +0000 (06:07 +0000)]
- update

svn-id: @9758

16 years ago- 0.4.1.23
Elan Ruusamäe [Mon, 19 May 2008 06:05:22 +0000 (06:05 +0000)]
- 0.4.1.23

svn-id: @9757

16 years ago- add --pidfile to daemon()
Elan Ruusamäe [Mon, 19 May 2008 06:04:31 +0000 (06:04 +0000)]
- add --pidfile to daemon()

svn-id: @9756

16 years ago- disable log_success/log_failed when RC_LOGGING is off
Elan Ruusamäe [Sun, 27 Apr 2008 02:00:33 +0000 (02:00 +0000)]
- disable log_success/log_failed when RC_LOGGING is off

svn-id: @9733

16 years ago- utf8
Elan Ruusamäe [Sun, 27 Apr 2008 01:34:02 +0000 (01:34 +0000)]
- utf8

svn-id: @9732

16 years ago- utf8
Elan Ruusamäe [Sun, 27 Apr 2008 01:33:42 +0000 (01:33 +0000)]
- utf8

svn-id: @9731

16 years ago- outdated, use spec from cvs
Elan Ruusamäe [Sun, 27 Apr 2008 01:29:37 +0000 (01:29 +0000)]
- outdated, use spec from cvs

svn-id: @9730

16 years ago- utf8
Elan Ruusamäe [Sun, 27 Apr 2008 01:24:00 +0000 (01:24 +0000)]
- utf8

svn-id: @9729

16 years ago- utf8
Elan Ruusamäe [Sun, 27 Apr 2008 01:20:08 +0000 (01:20 +0000)]
- utf8

svn-id: @9728

16 years ago- 0.4.1.22
Elan Ruusamäe [Thu, 24 Apr 2008 21:23:16 +0000 (21:23 +0000)]
- 0.4.1.22

svn-id: @9725

16 years ago- make stripping string suffixes from EXTRAVER more greedy
Elan Ruusamäe [Thu, 24 Apr 2008 21:21:06 +0000 (21:21 +0000)]
- make stripping string suffixes from EXTRAVER more greedy

svn-id: @9724

16 years ago- 0.4.1.21 0.4.1.21
Elan Ruusamäe [Wed, 23 Apr 2008 22:35:06 +0000 (22:35 +0000)]
- 0.4.1.21

svn-id: @9722

16 years ago- leave note for future not to fall again
Elan Ruusamäe [Wed, 23 Apr 2008 22:33:48 +0000 (22:33 +0000)]
- leave note for future not to fall again

svn-id: @9721

16 years ago- handle also `uname -r` returning "2.6.25-1"
Elan Ruusamäe [Wed, 23 Apr 2008 22:31:50 +0000 (22:31 +0000)]
- handle also `uname -r` returning "2.6.25-1"

svn-id: @9720

16 years ago- second try: /var/run cleanup without find and without args len exceeded error
Elan Ruusamäe [Wed, 23 Apr 2008 22:27:30 +0000 (22:27 +0000)]
- second try: /var/run cleanup without find and without args len exceeded error

svn-id: @9719

16 years ago- fix for kernels whose release is "2.6.25_vanilla-1", found by vip`
Elan Ruusamäe [Wed, 23 Apr 2008 22:25:30 +0000 (22:25 +0000)]
- fix for kernels whose release is "2.6.25_vanilla-1", found by vip`

svn-id: @9718

16 years agoObsolete texts.
Arkadiusz Miśkiewicz [Wed, 16 Apr 2008 17:30:51 +0000 (17:30 +0000)]
Obsolete texts.

svn-id: @9711

16 years ago- updated 0.4.1.20
Jan Rękorajski [Wed, 9 Apr 2008 09:03:28 +0000 (09:03 +0000)]
- updated

svn-id: @9705

16 years ago- 0.4.1.20
Jan Rękorajski [Wed, 9 Apr 2008 09:02:33 +0000 (09:02 +0000)]
- 0.4.1.20

svn-id: @9704

16 years ago- reverted r9238, /usr may NOT be mounted at this time, ever heard of NFS?
Jan Rękorajski [Wed, 9 Apr 2008 09:00:38 +0000 (09:00 +0000)]
- reverted r9238, /usr may NOT be mounted at this time, ever heard of NFS?

svn-id: @9703

16 years ago- bump version to 0.4.1.19
Patryk Zawadzki [Thu, 27 Mar 2008 15:42:31 +0000 (15:42 +0000)]
- bump version to 0.4.1.19

svn-id: @9688

16 years ago- force reboot/halt to work with other init daemons
Patryk Zawadzki [Thu, 27 Mar 2008 15:19:57 +0000 (15:19 +0000)]
- force reboot/halt to work with other init daemons

svn-id: @9687

16 years ago- forgot to commit; 0.4.1.18
Sławomir Paszkiewicz [Wed, 26 Mar 2008 19:43:09 +0000 (19:43 +0000)]
- forgot to commit; 0.4.1.18

svn-id: @9685

16 years ago- released 0.4.1.18
Sławomir Paszkiewicz [Wed, 26 Mar 2008 19:28:52 +0000 (19:28 +0000)]
- released 0.4.1.18

svn-id: @9683

16 years ago- /usr is not mounted when this is called from rc.sysinit
Elan Ruusamäe [Wed, 26 Mar 2008 16:20:21 +0000 (16:20 +0000)]
- /usr is not mounted when this is called from rc.sysinit

svn-id: @9682

16 years ago- i always set full hostname here, why "only hostname" comment?
Elan Ruusamäe [Wed, 26 Mar 2008 14:42:51 +0000 (14:42 +0000)]
- i always set full hostname here, why "only hostname" comment?

svn-id: @9681

16 years ago- "sync" option must be used before "plugin" option
Sławomir Paszkiewicz [Wed, 26 Mar 2008 08:46:17 +0000 (08:46 +0000)]
- "sync" option must be used before "plugin" option
- changes made by seba (at) pro-ject.net (merged from cvs)

svn-id: @9680

16 years ago- added ifcfg-ppp0.ueagle4-neostrada
Sławomir Paszkiewicz [Wed, 26 Mar 2008 08:42:55 +0000 (08:42 +0000)]
- added ifcfg-ppp0.ueagle4-neostrada

svn-id: @9679

16 years ago- added SYNC option
Sławomir Paszkiewicz [Wed, 26 Mar 2008 08:41:56 +0000 (08:41 +0000)]
- added SYNC option

svn-id: @9678

16 years ago- config for neostrada using usb modem Sagem E4
Sławomir Paszkiewicz [Wed, 26 Mar 2008 08:40:29 +0000 (08:40 +0000)]
- config for neostrada using usb modem Sagem E4

svn-id: @9677

16 years ago- update
Elan Ruusamäe [Wed, 26 Mar 2008 08:12:19 +0000 (08:12 +0000)]
- update

svn-id: @9676

16 years ago- release 0.4.1.17
Elan Ruusamäe [Wed, 26 Mar 2008 08:11:23 +0000 (08:11 +0000)]
- release 0.4.1.17

svn-id: @9675

16 years ago- more chkconfig vars
Elan Ruusamäe [Tue, 25 Mar 2008 23:41:40 +0000 (23:41 +0000)]
- more chkconfig vars

svn-id: @9674

16 years ago- actually check $MODEMPORT being chardevice after all *DSL variants
Elan Ruusamäe [Tue, 25 Mar 2008 15:14:16 +0000 (15:14 +0000)]
- actually check $MODEMPORT being chardevice after all *DSL variants

svn-id: @9671

16 years ago- check $MODEMPORT set from config (not the value set from this script)
Elan Ruusamäe [Tue, 25 Mar 2008 15:11:27 +0000 (15:11 +0000)]
- check $MODEMPORT set from config (not the value set from this script)

svn-id: @9670

16 years ago- update
Elan Ruusamäe [Mon, 24 Mar 2008 19:18:41 +0000 (19:18 +0000)]
- update

svn-id: @9669

16 years ago- release 0.4.1.16
Elan Ruusamäe [Mon, 24 Mar 2008 19:17:57 +0000 (19:17 +0000)]
- release 0.4.1.16

svn-id: @9668

16 years ago- return val doc for check_{mii_tool,ethtool,iwconfig}
Elan Ruusamäe [Mon, 24 Mar 2008 19:16:03 +0000 (19:16 +0000)]
- return val doc for check_{mii_tool,ethtool,iwconfig}
- code readability

svn-id: @9667

16 years ago- typo
Jakub Bogusz [Sat, 22 Mar 2008 12:14:25 +0000 (12:14 +0000)]
- typo

svn-id: @9649

16 years agoUse .sh - safer.
Arkadiusz Miśkiewicz [Wed, 19 Mar 2008 14:21:43 +0000 (14:21 +0000)]
Use .sh - safer.

svn-id: @9646

16 years agoMultiple UPS support.
Arkadiusz Miśkiewicz [Wed, 19 Mar 2008 12:51:03 +0000 (12:51 +0000)]
Multiple UPS support.

svn-id: @9645

16 years ago- use "locale charmap" to detect UTF-8 locales properly
Jakub Bogusz [Sun, 9 Mar 2008 12:33:53 +0000 (12:33 +0000)]
- use "locale charmap" to detect UTF-8 locales properly
- call unicode_stop for non-UTF locales (Linux 2.6.24+ has unicode console by default)

svn-id: @9575

16 years ago- add commented DHCP_OPTIONS option to show how to pass parameters to dhcp client
undefine [Sat, 1 Mar 2008 18:01:48 +0000 (18:01 +0000)]
- add commented DHCP_OPTIONS option to show how to pass parameters to dhcp client

svn-id: @9549

16 years ago- update (why the svn2log can't see all in first place???)
Elan Ruusamäe [Wed, 27 Feb 2008 10:50:18 +0000 (10:50 +0000)]
- update (why the svn2log can't see all in first place???)

svn-id: @9535

16 years ago- update
Elan Ruusamäe [Wed, 27 Feb 2008 10:49:33 +0000 (10:49 +0000)]
- update

svn-id: @9534

16 years ago- fix for network script that it does not enslave eth interfaces from it during stop...
Elan Ruusamäe [Wed, 27 Feb 2008 10:35:37 +0000 (10:35 +0000)]
- fix for network script that it does not enslave eth interfaces from it during stop phase (Ilja Bobkevič)

svn-id: @9533

16 years ago- require $MODEMPORT being character device (/dev/modem, /dev/tts/USB0)
Elan Ruusamäe [Mon, 18 Feb 2008 20:56:16 +0000 (20:56 +0000)]
- require $MODEMPORT being character device (/dev/modem, /dev/tts/USB0)

svn-id: @9424

16 years ago- add config i used for adsl setup
Elan Ruusamäe [Thu, 14 Feb 2008 15:23:29 +0000 (15:23 +0000)]
- add config i used for adsl setup

svn-id: @9346

16 years agomdadm stop will yell that it can't stop rootfs array. Such errors are misleading...
Arkadiusz Miśkiewicz [Mon, 11 Feb 2008 10:16:33 +0000 (10:16 +0000)]
mdadm stop will yell that it can't stop rootfs array. Such errors are misleading and useless.

svn-id: @9303

16 years ago- fail on required MODEMPORT (or set it to /dev/modem?)
Elan Ruusamäe [Sat, 9 Feb 2008 20:00:53 +0000 (20:00 +0000)]
- fail on required MODEMPORT (or set it to /dev/modem?)

svn-id: @9279

16 years ago- typo
Elan Ruusamäe [Fri, 8 Feb 2008 22:58:22 +0000 (22:58 +0000)]
- typo

svn-id: @9254

16 years ago- kõu disconnect script
Elan Ruusamäe [Fri, 8 Feb 2008 22:17:36 +0000 (22:17 +0000)]
- kõu disconnect script

svn-id: @9253

16 years ago- disconnect script (not tested)
Elan Ruusamäe [Fri, 8 Feb 2008 22:16:59 +0000 (22:16 +0000)]
- disconnect script (not tested)

svn-id: @9252

16 years ago- files for kõu (http://www.kou.ee/)
Elan Ruusamäe [Fri, 8 Feb 2008 19:34:53 +0000 (19:34 +0000)]
- files for kõu (http://www.kou.ee/)

svn-id: @9245

16 years ago- renamed chatscript
Elan Ruusamäe [Fri, 8 Feb 2008 19:34:15 +0000 (19:34 +0000)]
- renamed chatscript

svn-id: @9244

16 years ago- renamed
Elan Ruusamäe [Fri, 8 Feb 2008 19:33:28 +0000 (19:33 +0000)]
- renamed

svn-id: @9243

16 years ago- renamed
Elan Ruusamäe [Fri, 8 Feb 2008 19:32:50 +0000 (19:32 +0000)]
- renamed

svn-id: @9242

16 years ago- chat script for kõu (http://www.kou.ee/)
Elan Ruusamäe [Fri, 8 Feb 2008 19:31:56 +0000 (19:31 +0000)]
- chat script for kõu (http://www.kou.ee/)

svn-id: @9241

16 years ago- config for kõu (http://www.kou.ee/)
Elan Ruusamäe [Fri, 8 Feb 2008 19:30:47 +0000 (19:30 +0000)]
- config for kõu (http://www.kou.ee/)

svn-id: @9240

16 years ago- use find to overcome arguments length exceeded when descending to php sessions...
Elan Ruusamäe [Fri, 8 Feb 2008 17:34:08 +0000 (17:34 +0000)]
- use find to overcome arguments length exceeded when descending to php sessions dir (and yes, /usr is already mounted when this code is ran)

svn-id: @9238

16 years ago- give hint on missing chatscript error
Elan Ruusamäe [Fri, 8 Feb 2008 15:39:32 +0000 (15:39 +0000)]
- give hint on missing chatscript error

svn-id: @9237

16 years ago- placeholder for WVDIALSECT
Elan Ruusamäe [Fri, 8 Feb 2008 14:54:38 +0000 (14:54 +0000)]
- placeholder for WVDIALSECT

svn-id: @9236

16 years ago- mention that /etc/modules.X.Y and /etc/modules.X.Y.Z are readed too
Elan Ruusamäe [Tue, 29 Jan 2008 12:10:35 +0000 (12:10 +0000)]
- mention that /etc/modules.X.Y and /etc/modules.X.Y.Z are readed too
- mention that module options are processed too

svn-id: @9209

16 years ago- leave EOF clean ;)
Elan Ruusamäe [Tue, 15 Jan 2008 09:40:01 +0000 (09:40 +0000)]
- leave EOF clean ;)

svn-id: @9174

16 years ago- update 0.4.1.15
Elan Ruusamäe [Sun, 30 Dec 2007 13:38:34 +0000 (13:38 +0000)]
- update

svn-id: @9171

16 years ago- prepare 0.4.1.15
Elan Ruusamäe [Sun, 30 Dec 2007 13:31:57 +0000 (13:31 +0000)]
- prepare 0.4.1.15

svn-id: @9170

16 years ago- handle when there's no terminal attached (f.e gui tools like smart)
Elan Ruusamäe [Thu, 27 Dec 2007 00:52:36 +0000 (00:52 +0000)]
- handle when there's no terminal attached (f.e gui tools like smart)

svn-id: @9162

16 years ago- implement status
Elan Ruusamäe [Mon, 17 Dec 2007 17:39:45 +0000 (17:39 +0000)]
- implement status

svn-id: @9145

16 years ago- implement status
Elan Ruusamäe [Mon, 17 Dec 2007 17:35:12 +0000 (17:35 +0000)]
- implement status

svn-id: @9144

16 years ago- prepare 0.4.1.14 0.4.1.14
Elan Ruusamäe [Tue, 11 Dec 2007 12:29:33 +0000 (12:29 +0000)]
- prepare 0.4.1.14

svn-id: @9140

16 years ago- update
Elan Ruusamäe [Tue, 11 Dec 2007 12:29:08 +0000 (12:29 +0000)]
- update

svn-id: @9139

16 years ago- update
Elan Ruusamäe [Tue, 11 Dec 2007 12:28:37 +0000 (12:28 +0000)]
- update

svn-id: @9138

16 years ago- load dm-multipath module before multipath activating for setups when rootfs was...
Elan Ruusamäe [Tue, 11 Dec 2007 12:27:44 +0000 (12:27 +0000)]
- load dm-multipath module before multipath activating for setups when rootfs was not also on multipath

svn-id: @9137

16 years ago- cosmetics
Elan Ruusamäe [Mon, 10 Dec 2007 22:25:57 +0000 (22:25 +0000)]
- cosmetics

svn-id: @9135

16 years agoDon't overwrite session settings (that can be comming from ssh).
Arkadiusz Miśkiewicz [Mon, 10 Dec 2007 22:20:09 +0000 (22:20 +0000)]
Don't overwrite session settings (that can be comming from ssh).

svn-id: @9134

This page took 0.080097 seconds and 4 git commands to generate.