Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Müller
aports
Commits
3ffa1c01
Commit
3ffa1c01
authored
15 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
extra/samba: fix for init script
parent
936acf92
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
extra/samba/APKBUILD
+2
-2
2 additions, 2 deletions
extra/samba/APKBUILD
extra/samba/samba.initd
+3
-3
3 additions, 3 deletions
extra/samba/samba.initd
with
5 additions
and
5 deletions
extra/samba/APKBUILD
+
2
−
2
View file @
3ffa1c01
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
samba
pkgver
=
3.3.5
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"Tools to access a server's filespace and printers via SMB"
url
=
"http://www.samba.org"
license
=
"GPL3"
...
...
@@ -95,5 +95,5 @@ tdb() {
}
md5sums
=
"8fa0e3c5daaba4c2ce2fb871a5f3157a samba-3.3.5.tar.gz
df66f9e44bff016c76c41935e959557c
samba.initd
1b701fdb22c52c63b3af0e4a286a9329
samba.initd
c150433426e18261e6e3eed3930e1a76 samba.confd"
This diff is collapsed.
Click to expand it.
extra/samba/samba.initd
+
3
−
3
View file @
3ffa1c01
...
...
@@ -30,12 +30,12 @@ stop_nmbd() {
}
start_winbindd() {
start-stop-daemon --start --quiet --exec /usr/sbin/winbindd \
--
$winbindd_options
start-stop-daemon --start --quiet --exec /usr/sbin/winbindd
--
\
$winbindd_options
}
stop_winbindd() {
start-stop-daemon --stop --quiet --
oknodo --exec /usr/sbin
/winbindd
start-stop-daemon --stop --quiet --
pidfile /var/run/samba
/winbindd
.pid
}
start() {
...
...
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