Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
samba
Manage
Activity
Members
Labels
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Samba Team
samba
Compare revisions
3ce079982b09ad189ffcc22ec27e0964bc7f467a to a306f25021195221a28da13231e998ed3861d1f0
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
samba-team/samba
Select target project
No results found
a306f25021195221a28da13231e998ed3861d1f0
Select Git revision
Swap
Target
samba-team/samba
Select target project
lts-team/packages/samba
thctlo/samba-lintianfix
arnaudr/samba
jrwren/samba
paride/samba
athos/samba
henrich/samba
cnotin/samba
mimi89999/samba
samba-team/samba
ahasenack/samba
jrtc27/samba
noel/samba
13 results
3ce079982b09ad189ffcc22ec27e0964bc7f467a
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
dhclient3 was renamed to dhclient long time ago...
· 04bfc021
Mathieu Parent
authored
6 years ago
04bfc021
Remove /etc/samba/dhcp.conf on purge (Closes: #784713)
· a306f250
Mathieu Parent
authored
6 years ago
a306f250
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/samba-common.config
+2
-2
2 additions, 2 deletions
debian/samba-common.config
debian/samba-common.postrm
+3
-0
3 additions, 0 deletions
debian/samba-common.postrm
with
5 additions
and
2 deletions
debian/samba-common.config
View file @
a306f250
...
...
@@ -63,8 +63,8 @@ db_input medium samba-common/workgroup || true
db_go
DHCPPRIORITY
=
medium
#if [ "$DEBCONF_RECONFIGURE" = 1 ] && [ -f /sbin/dhclient
3
]
if
[ -
f
/
sbin
/
dhclient
3
]
#if [ "$DEBCONF_RECONFIGURE" = 1 ] && [ -f /sbin/dhclient ]
if
[ -
f
/
sbin
/
dhclient
]
then
DHCPPRIORITY
=
high
# TODO: see if we can detect that dhcp-client is *going* to be installed,
...
...
This diff is collapsed.
Click to expand it.
debian/samba-common.postrm
View file @
a306f250
...
...
@@ -16,6 +16,9 @@ if [ "$1" = purge ]; then
if
[
-x
"
`
which ucfr 2>/dev/null
`
"
]
;
then
ucfr
--purge
samba-common /etc/samba/smb.conf
fi
if
[
-f
/etc/samba/dhcp.conf
]
;
then
rm
/etc/samba/dhcp.conf
fi
fi
#DEBHELPER#
This diff is collapsed.
Click to expand it.