Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tor
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jarl
tor
Commits
ecf21bda
Commit
ecf21bda
authored
20 years ago
by
Peter Palfrader
Browse files
Options
Downloads
Patches
Plain Diff
Change init startup script to properly deal with tor printing stuff on startup.
svn:r2816
parent
26652ef7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+3
-1
3 additions, 1 deletion
debian/changelog
debian/tor.init
+2
-2
2 additions, 2 deletions
debian/tor.init
with
5 additions
and
3 deletions
debian/changelog
+
3
−
1
View file @
ecf21bda
...
...
@@ -16,8 +16,10 @@ tor (0.0.8+0.0.9pre5-2) unstable; urgency=low
* Remove /usr/bin/tor-control.py from the binary package, it is
not really useful yet, and wasn't meant to be installed by
default.
* Change init startup script to properly deal with tor
printing stuff on startup.
-- Peter Palfrader <weasel@debian.org> Fri, 12 Nov 2004 18:
2
0:0
4
+0100
-- Peter Palfrader <weasel@debian.org> Fri, 12 Nov 2004 18:
3
0:
5
0 +0100
tor (0.0.8+0.0.9pre5-1) unstable; urgency=low
...
...
This diff is collapsed.
Click to expand it.
debian/tor.init
+
2
−
2
View file @
ecf21bda
...
...
@@ -48,12 +48,12 @@ case "$1" in
if
[
"
$RUN_DAEMON
"
!=
"yes"
]
;
then
echo
"Not starting
$DESC
(Disabled in
$DEFAULTSFILE
)."
else
echo
-n
"Starting
$DESC
:
"
echo
"Starting
$DESC
...
"
start-stop-daemon
--start
--quiet
--oknodo
\
--chuid
debian-tor:debian-tor
\
--pidfile
$TORPID
\
--exec
$DAEMON
--
$ARGS
echo
"
$NAME
."
echo
"
done
."
fi
;;
stop
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment