LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-29-2013, 05:21 PM   #1
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
rc.6 and rc.local_shutdown


Hi,

I'm installing postgresql from slackbuilds.org.

The README-file says that one should put the following lines into /etc/rc.local_shutdown
Code:
# Stop postgres
	if [ -x /etc/rc.d/rc.postgresql ]; then
		/etc/rc.d/rc.postgresql stop
	fi
Since we don't have this file /etc/rc.d/rc.local_shutdown in Slackware I examinded the /etc/rc.d/rc.6 file in order to find out if I could put the code which stops the database there. I found the following lines in /etc/rc.d/rc.local_shutdown
Code:
# Run any local shutdown scripts:
if [ -x /etc/rc.d/rc.local_shutdown ]; then
  /etc/rc.d/rc.local_shutdown stop
fi
This seems odd to me. I think that the script rc.local_shutdown should be called without a parameter (without stop), like rc.local?

I suppose that "stop" doesn't do anything, but probably it should be removed.

I've now created a rc.local_shutdown and removed the stop from rc.6

Markus

Last edited by markush; 03-29-2013 at 05:24 PM.
 
Old 03-29-2013, 05:26 PM   #2
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,906

Rep: Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026
Quote:
Originally Posted by markush View Post
Hi,

I'm installing postgresql from slackbuilds.org.
I'd wait a few days:
http://lwn.net/Articles/545172/


If nothing makes reference to $1 in the shutdown script then it's not doing any harm, but yes, passing 'stop' to a shutdown script does seem a little redundant.
 
1 members found this post helpful.
Old 03-29-2013, 05:32 PM   #3
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Original Poster
Rep: Reputation: Disabled
Thanks for the quick reply,
Quote:
Originally Posted by GazL View Post
I'd wait a few days:
http://lwn.net/Articles/545172/
...
I've read this on Twitter, but I'll use the database only at home for learning.
Quote:
...
If nothing makes reference to $1 in the shutdown script then it's not doing any harm, but yes, passing 'stop' to a shutdown script does seem a little redundant.
Yes, it doesn't any harm, but I wanted to verify that I make no mistake when I delete "stop".

Markus
 
Old 03-29-2013, 05:42 PM   #4
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,906

Rep: Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026
I suspect the only reason the 'stop' is there is because that section of code was a cut/paste from one of the ones above it. I wouldn't worry.
 
Old 03-29-2013, 05:50 PM   #5
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,524

Rep: Reputation: 8493Reputation: 8493Reputation: 8493Reputation: 8493Reputation: 8493Reputation: 8493Reputation: 8493Reputation: 8493Reputation: 8493Reputation: 8493Reputation: 8493
It calls it with $1 == stop because

1) it doesn't hurt
2) if you only have one shutdown script that you're calling, you could actually make a symlink rc.local_shutdown -> rc.postgresql and be good to go.
 
6 members found this post helpful.
Old 03-29-2013, 05:58 PM   #6
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by volkerdi View Post
It calls it with $1 == stop because

1) it doesn't hurt
2) if you only have one shutdown script that you're calling, you could actually make a symlink rc.local_shutdown -> rc.postgresql and be good to go.
Thanks Pat, I'll create a symlink.

I missed the point that the "stop" works on a symlink like
Code:
/etc/rc.d/rc.postgresql stop
Markus
 
Old 03-29-2013, 06:12 PM   #7
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,906

Rep: Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026
Quote:
Originally Posted by volkerdi View Post
It calls it with $1 == stop because

2) if you only have one shutdown script that you're calling, you could actually make a symlink rc.local_shutdown -> rc.postgresql and be good to go.
Sneaky. I would have never thought of that.
I like it.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
'Housekeeping' with /etc/rc.d/rc.local_shutdown? andrew.46 Slackware 3 08-05-2008 07:59 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:10 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration