]> git.pld-linux.org Git - projects/rc-scripts.git/log
projects/rc-scripts.git
12 years ago- updated 0.4.5.4
Jan Rękorajski [Tue, 3 Apr 2012 20:25:28 +0000 (20:25 +0000)]
- updated

svn-id: @12539

12 years ago- 0.4.5.4
Jan Rękorajski [Tue, 3 Apr 2012 20:24:52 +0000 (20:24 +0000)]
- 0.4.5.4

svn-id: @12538

12 years ago- add uninstall-hook, don't we just love autocrap crapiness?
Jan Rękorajski [Tue, 3 Apr 2012 20:21:54 +0000 (20:21 +0000)]
- add uninstall-hook, don't we just love autocrap crapiness?

svn-id: @12537

12 years ago- provide stdin for the daemons that just must have it,
Jan Rękorajski [Tue, 3 Apr 2012 19:30:32 +0000 (19:30 +0000)]
- provide stdin for the daemons that just must have it,
  but stupid ksh closes it on them (for example acpid)

svn-id: @12536

12 years agoclean /tmp if it is not on tmpfs
Elan Ruusamäe [Thu, 29 Mar 2012 07:04:31 +0000 (07:04 +0000)]
clean /tmp if it is not on tmpfs

svn-id: @12523

12 years agouse is_empty_file function on /etc/mactab
Elan Ruusamäe [Wed, 28 Mar 2012 21:33:34 +0000 (21:33 +0000)]
use is_empty_file function on /etc/mactab

svn-id: @12522

12 years agoMount /proc based on fstab first and if that fails fallback to hardcoded values.
Arkadiusz Miśkiewicz [Wed, 21 Mar 2012 15:53:04 +0000 (15:53 +0000)]
Mount /proc based on fstab first and if that fails fallback to hardcoded values.

svn-id: @12507

12 years agowarn about systemd, besides keeping ssh env should came from lang.sh
Elan Ruusamäe [Sun, 18 Mar 2012 12:11:13 +0000 (12:11 +0000)]
warn about systemd, besides keeping ssh env should came from lang.sh

svn-id: @12497

12 years agoas we are redirecting to systemd, detect when systemd redirects back due /sbinservice...
Elan Ruusamäe [Sat, 17 Mar 2012 09:32:55 +0000 (09:32 +0000)]
as we are redirecting to systemd, detect when systemd redirects back due /sbinservice in .service file

svn-id: @12496

12 years agovalidate systemd command, before sending it to systemd, to keep "service lighttpd...
Elan Ruusamäe [Sat, 17 Mar 2012 09:14:15 +0000 (09:14 +0000)]
validate systemd command, before sending it to systemd, to keep "service lighttpd configtest" on working

svn-id: @12495

12 years ago- detect if service is in systemd (if LoadError means it's not present in systemd)
Elan Ruusamäe [Sat, 17 Mar 2012 08:39:11 +0000 (08:39 +0000)]
- detect if service is in systemd (if LoadError means it's not present in systemd)
- add --no-systemd option to override detect

svn-id: @12494

12 years agofix message printing; pass anything to systemd if it is up (status is valid action...
Elan Ruusamäe [Sun, 4 Mar 2012 21:49:24 +0000 (21:49 +0000)]
fix message printing; pass anything to systemd if it is up (status is valid action too)

svn-id: @12486

12 years agoTabs are used here.
Arkadiusz Miśkiewicz [Sun, 4 Mar 2012 20:47:37 +0000 (20:47 +0000)]
Tabs are used here.

svn-id: @12485

12 years agosystemd takes preference if it is booted/active.
Arkadiusz Miśkiewicz [Sun, 4 Mar 2012 20:36:36 +0000 (20:36 +0000)]
systemd takes preference if it is booted/active.

svn-id: @12484

12 years ago- load kernel modules specified in /etc/modules-load.d/ configs (systemd compat)
Jan Rękorajski [Sun, 4 Mar 2012 20:12:02 +0000 (20:12 +0000)]
- load kernel modules specified in /etc/modules-load.d/ configs (systemd compat)

svn-id: @12483

12 years ago- systemd bits
Elan Ruusamäe [Sat, 3 Mar 2012 20:35:58 +0000 (20:35 +0000)]
- systemd bits

svn-id: @12482

12 years ago- skip interfaces configured by NetworkManager, by cactus/at/pld-linux.org
Jan Rękorajski [Sun, 19 Feb 2012 18:33:15 +0000 (18:33 +0000)]
- skip interfaces configured by NetworkManager, by cactus/at/pld-linux.org

svn-id: @12481

12 years ago- updated 0.4.5.3
Jan Rękorajski [Sun, 19 Feb 2012 18:25:00 +0000 (18:25 +0000)]
- updated

svn-id: @12479

12 years ago- 0.4.5.3
Jan Rękorajski [Sun, 19 Feb 2012 18:23:43 +0000 (18:23 +0000)]
- 0.4.5.3

svn-id: @12478

12 years ago- devtmpfs is madatory for udev >= 176
Jan Rękorajski [Sun, 19 Feb 2012 18:11:39 +0000 (18:11 +0000)]
- devtmpfs is madatory for udev >= 176

svn-id: @12477

12 years agoAdding rule by rule causes reverse order to be applied by kernel. We want rules from...
Arkadiusz Miśkiewicz [Fri, 3 Feb 2012 19:23:29 +0000 (19:23 +0000)]
Adding rule by rule causes reverse order to be applied by kernel. We want rules from sysconfig/static-rules to be working in the same order as these were added in that file. The one solution is to use '/usr/bin/tac static-routes' or to use own priorities. We use prio 20000 with step 10 down, to get holes for other, manually added rules.

svn-id: @12474

12 years ago- fix bashism in previous commit
Kacper Kornet [Wed, 25 Jan 2012 14:40:30 +0000 (14:40 +0000)]
- fix bashism in previous commit

svn-id: @12468

12 years ago- fix daemon --user --fork as they conflicted with each other
Kacper Kornet [Wed, 25 Jan 2012 14:28:06 +0000 (14:28 +0000)]
- fix daemon --user --fork as they conflicted with each other

svn-id: @12467

12 years ago- stable sort for BOOTPRIO= devices, so vlan ifaces will be
Jan Rękorajski [Fri, 13 Jan 2012 13:32:11 +0000 (13:32 +0000)]
- stable sort for BOOTPRIO= devices, so vlan ifaces will be
  after their NIC eth counterparts
- treat macvlan and macvtap interfaces specially - they may be created
  on almost enything

svn-id: @12466

12 years agovgscan/vgmknodes/vgdisplay don't support --sysinit option. Back to ignorelocking...
Arkadiusz Miśkiewicz [Fri, 16 Dec 2011 08:47:24 +0000 (08:47 +0000)]
vgscan/vgmknodes/vgdisplay don't support --sysinit option. Back to ignorelocking for these.

svn-id: @12455

12 years agonicely stop, without error
Elan Ruusamäe [Thu, 15 Dec 2011 18:17:23 +0000 (18:17 +0000)]
nicely stop, without error

svn-id: @12454

12 years ago- ksh did not like doble minus ("+5--10"), needs spaces ("+5 - -10") to process correctly
Elan Ruusamäe [Wed, 14 Dec 2011 17:15:48 +0000 (17:15 +0000)]
- ksh did not like doble minus ("+5--10"), needs spaces ("+5 - -10") to process correctly

svn-id: @12453

12 years ago- 0.4.5.2 0.4.5.2
Elan Ruusamäe [Wed, 14 Dec 2011 11:33:25 +0000 (11:33 +0000)]
- 0.4.5.2

svn-id: @12451

12 years agoupdate
Elan Ruusamäe [Wed, 14 Dec 2011 11:26:59 +0000 (11:26 +0000)]
update

svn-id: @12450

12 years ago- be sure users file is up to date
Elan Ruusamäe [Wed, 14 Dec 2011 11:26:05 +0000 (11:26 +0000)]
- be sure users file is up to date

svn-id: @12449

12 years agodoc bits
Elan Ruusamäe [Wed, 14 Dec 2011 07:59:57 +0000 (07:59 +0000)]
doc bits

svn-id: @12448

12 years agodaemon(): make nice level absolute, not to be dependant of nice level of shell
Elan Ruusamäe [Mon, 12 Dec 2011 10:38:51 +0000 (10:38 +0000)]
daemon(): make nice level absolute, not to be dependant of nice level of shell
where service started.

svn-id: @12447

12 years ago- systemd support: export partial jobs, leave ifup/ifdown to separate services
Tomasz Pala [Fri, 9 Dec 2011 21:25:33 +0000 (21:25 +0000)]
- systemd support: export partial jobs, leave ifup/ifdown to separate services

svn-id: @12446

12 years agoDrop fstab-decode man page
Artur Frysiak [Sun, 4 Dec 2011 14:36:02 +0000 (14:36 +0000)]
Drop fstab-decode man page

svn-id: @12437

12 years agofstab-decode is part of SysVinit-tools
Artur Frysiak [Sun, 4 Dec 2011 02:42:55 +0000 (02:42 +0000)]
fstab-decode is part of SysVinit-tools

svn-id: @12436

12 years agoDon't mount devpts again.
Arkadiusz Miśkiewicz [Tue, 29 Nov 2011 18:05:03 +0000 (18:05 +0000)]
Don't mount devpts again.

svn-id: @12421

12 years agoMake forced mounts quiet in case /etc/mtab is symlink to /proc/self/mounts.
Arkadiusz Miśkiewicz [Mon, 28 Nov 2011 19:47:19 +0000 (19:47 +0000)]
Make forced mounts quiet in case /etc/mtab is symlink to /proc/self/mounts.

svn-id: @12420

12 years agospelling typo
Elan Ruusamäe [Tue, 15 Nov 2011 21:38:14 +0000 (21:38 +0000)]
spelling typo

svn-id: @12414

12 years ago- typo
Jan Rękorajski [Tue, 1 Nov 2011 14:01:52 +0000 (14:01 +0000)]
- typo

svn-id: @12405

12 years ago- fix LVM2 check logic
Jan Rękorajski [Tue, 1 Nov 2011 13:39:27 +0000 (13:39 +0000)]
- fix LVM2 check logic

svn-id: @12404

12 years ago- set props
Jan Rękorajski [Mon, 31 Oct 2011 19:52:10 +0000 (19:52 +0000)]
- set props

svn-id: @12403

12 years ago- give some info what's going on when loading modules
Jan Rękorajski [Mon, 31 Oct 2011 19:30:04 +0000 (19:30 +0000)]
- give some info what's going on when loading modules

svn-id: @12402

12 years ago- example file
Jan Rękorajski [Mon, 31 Oct 2011 19:26:56 +0000 (19:26 +0000)]
- example file

svn-id: @12401

12 years ago- give admin the ability to load some kernel modules before udev kicks in
Jan Rękorajski [Mon, 31 Oct 2011 19:19:37 +0000 (19:19 +0000)]
- give admin the ability to load some kernel modules before udev kicks in

svn-id: @12400

12 years ago- give user ability to disable linux multipath drivers and daemons
Jan Rękorajski [Mon, 31 Oct 2011 19:12:15 +0000 (19:12 +0000)]
- give user ability to disable linux multipath drivers and daemons

svn-id: @12399

12 years ago- functions are in /lib/rc-scripts
Jan Rękorajski [Mon, 31 Oct 2011 18:53:15 +0000 (18:53 +0000)]
- functions are in /lib/rc-scripts

svn-id: @12398

12 years agoload /etc/modules in upstart
Elan Ruusamäe [Sun, 23 Oct 2011 19:26:51 +0000 (19:26 +0000)]
load /etc/modules in upstart

svn-id: @12389

12 years agoemit shutdown events
Elan Ruusamäe [Sun, 23 Oct 2011 19:25:20 +0000 (19:25 +0000)]
emit shutdown events

svn-id: @12388

12 years agorespect RUN_SULOGIN_ON_ERR from /etc/sysconfig/system
Elan Ruusamäe [Sun, 23 Oct 2011 11:21:22 +0000 (11:21 +0000)]
respect RUN_SULOGIN_ON_ERR from /etc/sysconfig/system

svn-id: @12387

12 years agoupstart compatible is service up todo
Elan Ruusamäe [Mon, 10 Oct 2011 07:49:45 +0000 (07:49 +0000)]
upstart compatible is service up todo

svn-id: @12370

12 years agoshutdown started/starting upstart event doc
Elan Ruusamäe [Mon, 10 Oct 2011 07:49:32 +0000 (07:49 +0000)]
shutdown started/starting upstart event doc

svn-id: @12369

12 years agopoint out the parameters use fact
Elan Ruusamäe [Sun, 9 Oct 2011 22:58:04 +0000 (22:58 +0000)]
point out the parameters use fact

svn-id: @12368

12 years agoemit shutdown starting/started event
Elan Ruusamäe [Sun, 9 Oct 2011 18:57:49 +0000 (18:57 +0000)]
emit shutdown starting/started event

svn-id: @12367

12 years agolet "network" emit network starting/stopping/started/stopped events as well
Elan Ruusamäe [Sun, 9 Oct 2011 18:14:39 +0000 (18:14 +0000)]
let "network" emit network starting/stopping/started/stopped events as well

svn-id: @12366

12 years agochop trailing spaces
Elan Ruusamäe [Sun, 9 Oct 2011 17:35:25 +0000 (17:35 +0000)]
chop trailing spaces

svn-id: @12365

12 years agofix handling 3.x.y kernels
Elan Ruusamäe [Sun, 9 Oct 2011 17:33:00 +0000 (17:33 +0000)]
fix handling 3.x.y kernels

svn-id: @12364

12 years agoupstart for rc.local
Elan Ruusamäe [Wed, 5 Oct 2011 14:47:57 +0000 (14:47 +0000)]
upstart for rc.local

svn-id: @12363

12 years agoUse --sysinit for lvm. When stopping hide error messages (normal for many cases like...
Arkadiusz Miśkiewicz [Fri, 30 Sep 2011 10:54:07 +0000 (10:54 +0000)]
Use --sysinit for lvm. When stopping hide error messages (normal for many cases like lvm on rootfs).

svn-id: @12360

12 years agoUpdated. 0.4.5.1
Arkadiusz Miśkiewicz [Tue, 27 Sep 2011 08:19:54 +0000 (08:19 +0000)]
Updated.

svn-id: @12358

12 years ago- 0.4.5.1
Jan Rękorajski [Tue, 27 Sep 2011 07:15:27 +0000 (07:15 +0000)]
- 0.4.5.1

svn-id: @12357

12 years ago- fix $LVM2 variable fuckup (use is_no instead of is_yes)
Jan Rękorajski [Tue, 27 Sep 2011 07:14:15 +0000 (07:14 +0000)]
- fix $LVM2 variable fuckup (use is_no instead of is_yes)
  (glen, you moron, have you considered a possibility that $LVM2 will land in
  sysconfig.rpmsave, thus making lvm dependant system non-bootable?)

svn-id: @12356

12 years agoupdated 0.4.5
Elan Ruusamäe [Sun, 25 Sep 2011 09:59:13 +0000 (09:59 +0000)]
updated

svn-id: @12353

12 years agojust in case C locale
Elan Ruusamäe [Sun, 25 Sep 2011 09:57:55 +0000 (09:57 +0000)]
just in case C locale

svn-id: @12352

12 years agoupdated
Elan Ruusamäe [Sun, 25 Sep 2011 09:57:09 +0000 (09:57 +0000)]
updated

svn-id: @12351

12 years ago- properly mount /run and put it into mtab
Jan Rękorajski [Thu, 22 Sep 2011 15:45:03 +0000 (15:45 +0000)]
- properly mount /run and put it into mtab

svn-id: @12350

12 years agoMount /run ASAP
Artur Frysiak [Sun, 18 Sep 2011 20:34:16 +0000 (20:34 +0000)]
Mount /run ASAP

svn-id: @12349

12 years agoAdd cryptsetup
Elan Ruusamäe [Sun, 11 Sep 2011 20:08:17 +0000 (20:08 +0000)]
Add cryptsetup

svn-id: @12347

12 years agolocal vars
Elan Ruusamäe [Sun, 11 Sep 2011 20:00:23 +0000 (20:00 +0000)]
local vars

svn-id: @12344

12 years agoAdd allowlogin, sys-chroots, cpusets
Elan Ruusamäe [Sun, 11 Sep 2011 19:53:24 +0000 (19:53 +0000)]
Add allowlogin, sys-chroots, cpusets

svn-id: @12343

12 years agoAdd cpusets
Elan Ruusamäe [Sun, 11 Sep 2011 19:53:09 +0000 (19:53 +0000)]
Add cpusets

svn-id: @12342

12 years agoprint unknown state to stdout as well
Elan Ruusamäe [Sun, 11 Sep 2011 11:29:10 +0000 (11:29 +0000)]
print unknown state to stdout as well

svn-id: @12341

12 years agoadd allowlogin and sys-chroots upstart parts, altho no stop for them
Elan Ruusamäe [Fri, 2 Sep 2011 06:18:05 +0000 (06:18 +0000)]
add allowlogin and sys-chroots upstart parts, altho no stop for them

svn-id: @12340

12 years agoadd $LVM2
Elan Ruusamäe [Fri, 2 Sep 2011 06:16:24 +0000 (06:16 +0000)]
add $LVM2

allows you to disable LVM2 if your only LVM volume is rootfs started on initrd and want faster startup

svn-id: @12339

12 years agoAdd ifcfg-ppp0.pppoe
Elan Ruusamäe [Fri, 2 Sep 2011 06:08:31 +0000 (06:08 +0000)]
Add ifcfg-ppp0.pppoe

svn-id: @12338

12 years agoupstart: behave like current initscripts: print running/not running instead of silence
Elan Ruusamäe [Wed, 31 Aug 2011 18:44:11 +0000 (18:44 +0000)]
upstart: behave like current initscripts: print running/not running instead of silence

svn-id: @12337

12 years agomove also functions to /lib/rc-scripts (symlink preserved)
Elan Ruusamäe [Wed, 31 Aug 2011 16:24:53 +0000 (16:24 +0000)]
move also functions to /lib/rc-scripts (symlink preserved)

svn-id: @12336

12 years agoformatting
Elan Ruusamäe [Fri, 19 Aug 2011 19:56:58 +0000 (19:56 +0000)]
formatting

svn-id: @12331

12 years agoadd starting line
Elan Ruusamäe [Fri, 19 Aug 2011 19:44:28 +0000 (19:44 +0000)]
add starting line

svn-id: @12330

12 years agoprefer local code over io checks (boot splash unlikely enabled anyway)
Elan Ruusamäe [Fri, 19 Aug 2011 19:43:45 +0000 (19:43 +0000)]
prefer local code over io checks (boot splash unlikely enabled anyway)

svn-id: @12329

12 years agoavoid shift() error when program called with no actions in _upstart_controlled; tabs
Elan Ruusamäe [Fri, 19 Aug 2011 19:42:48 +0000 (19:42 +0000)]
avoid shift() error when program called with no actions in _upstart_controlled; tabs

svn-id: @12328

12 years agoregister pld.sysinit-done to satisfy initctl check-config
Elan Ruusamäe [Sun, 14 Aug 2011 19:45:02 +0000 (19:45 +0000)]
register pld.sysinit-done to satisfy initctl check-config

svn-id: @12323

12 years agoadd missing keyword expansion
Elan Ruusamäe [Sun, 14 Aug 2011 12:03:57 +0000 (12:03 +0000)]
add missing keyword expansion

svn-id: @12322

12 years agosvn:ignore fixups
Elan Ruusamäe [Sun, 14 Aug 2011 12:01:14 +0000 (12:01 +0000)]
svn:ignore fixups

svn-id: @12321

12 years agomove template.init to doc
Elan Ruusamäe [Sun, 14 Aug 2011 11:56:53 +0000 (11:56 +0000)]
move template.init to doc

svn-id: @12320

12 years agoconvert .cvsignore to svn:ignore
Elan Ruusamäe [Sun, 14 Aug 2011 11:56:03 +0000 (11:56 +0000)]
convert .cvsignore to svn:ignore

svn-id: @12319

12 years agoprivilege check is done with unix file permissions: scripts just not executable for...
Elan Ruusamäe [Sun, 14 Aug 2011 11:48:36 +0000 (11:48 +0000)]
privilege check is done with unix file permissions: scripts just not executable for regular user

svn-id: @12318

12 years agoadd makepot.pl to EXTRA_DIST
Elan Ruusamäe [Sun, 14 Aug 2011 11:42:55 +0000 (11:42 +0000)]
add makepot.pl to EXTRA_DIST

svn-id: @12317

12 years agomove makepot to po/ dir with rest of it's files
Elan Ruusamäe [Sun, 14 Aug 2011 11:41:12 +0000 (11:41 +0000)]
move makepot to po/ dir with rest of it's files

svn-id: @12316

12 years ago- fix bad nls usage
Elan Ruusamäe [Sun, 14 Aug 2011 11:38:53 +0000 (11:38 +0000)]
- fix bad nls usage

svn-id: @12315

12 years agoutf8 to rule the world
Elan Ruusamäe [Sun, 14 Aug 2011 11:37:28 +0000 (11:37 +0000)]
utf8 to rule the world

svn-id: @12314

12 years ago- updated
Elan Ruusamäe [Sun, 14 Aug 2011 11:36:27 +0000 (11:36 +0000)]
- updated

svn-id: @12313

12 years ago- updated
Elan Ruusamäe [Sun, 14 Aug 2011 11:36:00 +0000 (11:36 +0000)]
- updated

svn-id: @12312

12 years agotrack to see new strings to appear or not
Elan Ruusamäe [Sun, 14 Aug 2011 11:34:39 +0000 (11:34 +0000)]
track to see new strings to appear or not

svn-id: @12311

12 years ago- move network scripts to /lib, as none of them are config files
Elan Ruusamäe [Sun, 14 Aug 2011 11:31:52 +0000 (11:31 +0000)]
- move network scripts to /lib, as none of them are config files
- version 0.4.5 for such major change

svn-id: @12310

12 years agofatal out when required tools missing, some ac fix
Elan Ruusamäe [Sun, 14 Aug 2011 11:11:01 +0000 (11:11 +0000)]
fatal out when required tools missing, some ac fix

svn-id: @12309

12 years agoPLD Linux
Elan Ruusamäe [Sun, 14 Aug 2011 11:10:38 +0000 (11:10 +0000)]
PLD Linux

svn-id: @12308

12 years agoour vim-syntax-upstart recognizes the filetype itself
Elan Ruusamäe [Sun, 14 Aug 2011 09:56:00 +0000 (09:56 +0000)]
our vim-syntax-upstart recognizes the filetype itself

svn-id: @12307

12 years agoDo not ignore errors
Elan Ruusamäe [Sat, 13 Aug 2011 13:51:20 +0000 (13:51 +0000)]
Do not ignore errors

svn-id: @12305

12 years agoemit net-device-up events, so upstart-socket-bridge could function
Elan Ruusamäe [Sat, 13 Aug 2011 13:42:40 +0000 (13:42 +0000)]
emit net-device-up events, so upstart-socket-bridge could function

svn-id: @12304

12 years agoallow $USE_UPSTART from env to preceed USE_UPSTART from sysconfig/system
Elan Ruusamäe [Sat, 13 Aug 2011 06:04:00 +0000 (06:04 +0000)]
allow $USE_UPSTART from env to preceed USE_UPSTART from sysconfig/system

svn-id: @12303

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