Skip to content

Commit

Permalink
Merge pull request #879 from yast/huha-drop-scripts
Browse files Browse the repository at this point in the history
Drop Obsolete login.defs Scripts USERADD_CMD, USERDEL_PRECMD, USERDEL_POSTCMD, USERADD_CMD
  • Loading branch information
shundhammer authored Oct 2, 2024
2 parents a0834b5 + 54e08b1 commit 30b81d9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
7 changes: 7 additions & 0 deletions package/autoyast2.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Oct 1 13:30:17 UTC 2024 - Stefan Hundhammer <[email protected]>

- Removed obsolete USERADD_CMD, USERDEL_PRECMD, USERDEL_POSTCMD
(bsc#1231006)
- 5.0.3

-------------------------------------------------------------------
Thu Feb 15 13:59:22 UTC 2024 - Ladislav Slezák <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion package/autoyast2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
%endif

Name: autoyast2
Version: 5.0.2
Version: 5.0.3
Release: 0
Summary: YaST2 - Automated Installation
License: GPL-2.0-only
Expand Down
3 changes: 0 additions & 3 deletions test_xml/cc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -384,9 +384,6 @@ exit 1
<systohc>yes</systohc>
<uid_max>60000</uid_max>
<uid_min>1000</uid_min>
<useradd_cmd>/usr/sbin/useradd.local</useradd_cmd>
<userdel_postcmd>/usr/sbin/userdel-post.local</userdel_postcmd>
<userdel_precmd>/usr/sbin/userdel-pre.local</userdel_precmd>
</security>
<software>
<do_online_update config:type="boolean">false</do_online_update>
Expand Down
3 changes: 0 additions & 3 deletions test_xml/installedSystem.xml
Original file line number Diff line number Diff line change
Expand Up @@ -668,9 +668,6 @@ sed -i 's/\/\/AutoinstScripts::Write/AutoinstScripts::Write/' /usr/share/YaST2/c
<systohc>yes</systohc>
<uid_max>60000</uid_max>
<uid_min>1000</uid_min>
<useradd_cmd>/usr/sbin/useradd.local</useradd_cmd>
<userdel_postcmd>/usr/sbin/userdel-post.local</userdel_postcmd>
<userdel_precmd>/usr/sbin/userdel-pre.local</userdel_precmd>
</security>
<software>
<do_online_update config:type="boolean">true</do_online_update>
Expand Down

0 comments on commit 30b81d9

Please sign in to comment.