Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sssd
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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 SSSD packaging
sssd
Compare revisions
831bc356bb86d4d25341c8c46237cc98fc06080c to 435172c2b624e9c2baffca3938e3126d088bddf9
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
sssd-team/sssd
Select target project
No results found
435172c2b624e9c2baffca3938e3126d088bddf9
Select Git revision
Swap
Target
sssd-team/sssd
Select target project
mika/sssd
guillem/debian-pkg-sssd
john.veitch/sssd
jgullberg/sssd
gioele/sssd
oktay454/sssd
sergiodj/sssd
3v1n0/sssd
jfalk-guest/sssd
sathieu/sssd
dpward/sssd
sssd-team/sssd
ahasenack/sssd
jbicha/sssd
yrro-guest/sssd
15 results
831bc356bb86d4d25341c8c46237cc98fc06080c
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
control: Change priority to optional.
· f42b8836
Timo Aaltonen
authored
6 years ago
f42b8836
libsss-sudo.post*: Don't call ldconfig.
· 435172c2
Timo Aaltonen
authored
6 years ago
435172c2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
debian/changelog
+2
-0
2 additions, 0 deletions
debian/changelog
debian/control
+1
-1
1 addition, 1 deletion
debian/control
debian/libsss-sudo.postinst
+0
-14
0 additions, 14 deletions
debian/libsss-sudo.postinst
debian/libsss-sudo.postrm
+0
-1
0 additions, 1 deletion
debian/libsss-sudo.postrm
with
3 additions
and
16 deletions
debian/changelog
View file @
435172c2
...
...
@@ -8,6 +8,8 @@ sssd (1.16.2-1) UNRELEASED; urgency=medium
* control: Drop obsolete build-depends.
* control: Update VCS urls.
* control: Bump python versions.
* control: Change priority to optional.
* libsss-sudo.post*: Don't call ldconfig.
-- Timo Aaltonen <tjaalton@debian.org> Tue, 26 Jun 2018 11:15:02 +0300
...
...
This diff is collapsed.
Click to expand it.
debian/control
View file @
435172c2
Source: sssd
Section: utils
Priority:
extra
Priority:
optional
Maintainer: Debian SSSD Team <pkg-sssd-devel@lists.alioth.debian.org>
Uploaders: Timo Aaltonen <tjaalton@debian.org>
Build-Depends:
...
...
This diff is collapsed.
Click to expand it.
debian/libsss-sudo.postinst
View file @
435172c2
...
...
@@ -2,20 +2,6 @@
set
-e
case
"
$1
"
in
configure
)
ldconfig
;;
abort-upgrade|abort-remove|abort-deconfigure
)
;;
*
)
echo
"postinst called with unknown argument
\`
$1
'"
>
&2
exit
1
;;
esac
#DEBHELPER#
# This code was taken from libnss-myhostname, which got it from nss-mdns:
...
...
This diff is collapsed.
Click to expand it.
debian/libsss-sudo.postrm
View file @
435172c2
...
...
@@ -32,7 +32,6 @@ remove_nss_entry() {
case "
$1
" in
remove|purge)
remove_nss_entry
ldconfig
;;
upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
;;
...
...
This diff is collapsed.
Click to expand it.